diff --git a/.changeset/tasty-seals-trade.md b/.changeset/tasty-seals-trade.md deleted file mode 100644 index e436416..0000000 --- a/.changeset/tasty-seals-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@webiny/stdlib": patch ---- - -Replace filesystem-scanning skill discovery with a build-time manifest. The build now generates `skills.json` at the package root with metadata (name, description, context, path) for each skill. The MCP server reads the manifest on startup and loads skill bodies on demand, eliminating recursive directory walking at runtime. diff --git a/CHANGELOG.md b/CHANGELOG.md index 629cbdf..aada0e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @webiny/stdlib +## 0.0.15 + +### Patch Changes + +- b425764: Replace filesystem-scanning skill discovery with a build-time manifest. The build now generates `skills.json` at the package root with metadata (name, description, context, path) for each skill. The MCP server reads the manifest on startup and loads skill bodies on demand, eliminating recursive directory walking at runtime. + ## 0.0.14 ### Patch Changes diff --git a/package.json b/package.json index fbc627e..f92ae62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webiny/stdlib", - "version": "0.0.14", + "version": "0.0.15", "type": "module", "description": "Standard library for Webiny — platform-agnostic, Node.js, and browser utilities", "license": "MIT",