From c49efd3a1e88587062475477d4dc03220410c0d8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 31 Jul 2026 09:20:20 +0000 Subject: [PATCH] Version Packages --- .changeset/tasty-seals-trade.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tasty-seals-trade.md 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",