From f7f9e073430f81c1ef3991caf9c98f7787050787 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:18:21 +0000 Subject: [PATCH] chore: version packages --- .changeset/deprecate-create-expert.md | 12 ------------ apps/perstack/CHANGELOG.md | 12 ++++++++++++ apps/perstack/package.json | 2 +- packages/installer/CHANGELOG.md | 8 ++++++++ packages/installer/package.json | 2 +- packages/perstack-toml/CHANGELOG.md | 12 ++++++++++++ packages/perstack-toml/package.json | 2 +- packages/skill-manager/CHANGELOG.md | 7 +++++++ packages/skill-manager/package.json | 2 +- packages/studio/CHANGELOG.md | 8 ++++++++ packages/studio/package.json | 2 +- 11 files changed, 52 insertions(+), 17 deletions(-) delete mode 100644 .changeset/deprecate-create-expert.md diff --git a/.changeset/deprecate-create-expert.md b/.changeset/deprecate-create-expert.md deleted file mode 100644 index aa4ccd19..00000000 --- a/.changeset/deprecate-create-expert.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@perstack/perstack-toml": patch -"perstack": patch ---- - -feat: support running published experts without local perstack.toml - -`perstack start ` and `perstack run` no longer require a local `perstack.toml` when an expert key is provided. The CLI falls back to an empty default config, allowing the runtime to resolve the expert from the Perstack API. - -Adds `getPerstackConfigOrDefault()` export to `@perstack/perstack-toml`. - -Removes the `apps/create-expert` CLI package — the expert definition is now published via the Perstack API and run with `perstack start create-expert`. diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index 4b9fc95c..a291e8d3 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,17 @@ # perstack +## 0.0.101 + +### Patch Changes + +- [#635](https://github.com/perstack-ai/perstack/pull/635) [`f91a224`](https://github.com/perstack-ai/perstack/commit/f91a2240fc02c69ee07ca0832f6056fc9193aecc) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: support running published experts without local perstack.toml + + `perstack start ` and `perstack run` no longer require a local `perstack.toml` when an expert key is provided. The CLI falls back to an empty default config, allowing the runtime to resolve the expert from the Perstack API. + + Adds `getPerstackConfigOrDefault()` export to `@perstack/perstack-toml`. + + Removes the `apps/create-expert` CLI package — the expert definition is now published via the Perstack API and run with `perstack start create-expert`. + ## 0.0.100 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index 8c043aeb..ec06a697 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.100", + "version": "0.0.101", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/installer/CHANGELOG.md b/packages/installer/CHANGELOG.md index fb5eb79c..5b867c0c 100644 --- a/packages/installer/CHANGELOG.md +++ b/packages/installer/CHANGELOG.md @@ -1,5 +1,13 @@ # @perstack/installer +## 0.0.24 + +### Patch Changes + +- Updated dependencies [[`f91a224`](https://github.com/perstack-ai/perstack/commit/f91a2240fc02c69ee07ca0832f6056fc9193aecc)]: + - @perstack/perstack-toml@0.0.15 + - @perstack/skill-manager@0.0.17 + ## 0.0.23 ### Patch Changes diff --git a/packages/installer/package.json b/packages/installer/package.json index 3a395028..48ba9716 100644 --- a/packages/installer/package.json +++ b/packages/installer/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.0.23", + "version": "0.0.24", "name": "@perstack/installer", "description": "Perstack Installer - Generate lockfiles with tool definitions", "author": "Wintermute Technologies, Inc.", diff --git a/packages/perstack-toml/CHANGELOG.md b/packages/perstack-toml/CHANGELOG.md index 9a67e845..d40387dd 100644 --- a/packages/perstack-toml/CHANGELOG.md +++ b/packages/perstack-toml/CHANGELOG.md @@ -1,5 +1,17 @@ # @perstack/perstack-toml +## 0.0.15 + +### Patch Changes + +- [#635](https://github.com/perstack-ai/perstack/pull/635) [`f91a224`](https://github.com/perstack-ai/perstack/commit/f91a2240fc02c69ee07ca0832f6056fc9193aecc) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: support running published experts without local perstack.toml + + `perstack start ` and `perstack run` no longer require a local `perstack.toml` when an expert key is provided. The CLI falls back to an empty default config, allowing the runtime to resolve the expert from the Perstack API. + + Adds `getPerstackConfigOrDefault()` export to `@perstack/perstack-toml`. + + Removes the `apps/create-expert` CLI package — the expert definition is now published via the Perstack API and run with `perstack start create-expert`. + ## 0.0.14 ### Patch Changes diff --git a/packages/perstack-toml/package.json b/packages/perstack-toml/package.json index bb29e836..dd61a7c0 100644 --- a/packages/perstack-toml/package.json +++ b/packages/perstack-toml/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.0.14", + "version": "0.0.15", "name": "@perstack/perstack-toml", "description": "Perstack TOML configuration file resolution, parsing, and lockfile management", "author": "Wintermute Technologies, Inc.", diff --git a/packages/skill-manager/CHANGELOG.md b/packages/skill-manager/CHANGELOG.md index 89c0132a..fa1b8d38 100644 --- a/packages/skill-manager/CHANGELOG.md +++ b/packages/skill-manager/CHANGELOG.md @@ -1,5 +1,12 @@ # @perstack/skill-manager +## 0.0.17 + +### Patch Changes + +- Updated dependencies [[`f91a224`](https://github.com/perstack-ai/perstack/commit/f91a2240fc02c69ee07ca0832f6056fc9193aecc)]: + - @perstack/perstack-toml@0.0.15 + ## 0.0.16 ### Patch Changes diff --git a/packages/skill-manager/package.json b/packages/skill-manager/package.json index d91a40bb..32ed387e 100644 --- a/packages/skill-manager/package.json +++ b/packages/skill-manager/package.json @@ -1,7 +1,7 @@ { "name": "@perstack/skill-manager", "private": true, - "version": "0.0.16", + "version": "0.0.17", "description": "Perstack Skill Manager", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/studio/CHANGELOG.md b/packages/studio/CHANGELOG.md index 2a2f449e..594be1ba 100644 --- a/packages/studio/CHANGELOG.md +++ b/packages/studio/CHANGELOG.md @@ -1,5 +1,13 @@ # @perstack/studio +## 0.0.3 + +### Patch Changes + +- Updated dependencies [[`f91a224`](https://github.com/perstack-ai/perstack/commit/f91a2240fc02c69ee07ca0832f6056fc9193aecc)]: + - @perstack/perstack-toml@0.0.15 + - @perstack/installer@0.0.24 + ## 0.0.2 ### Patch Changes diff --git a/packages/studio/package.json b/packages/studio/package.json index f3fabe70..ae11816f 100644 --- a/packages/studio/package.json +++ b/packages/studio/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.0.2", + "version": "0.0.3", "name": "@perstack/studio", "description": "Perstack Studio - Expert management CLI handlers", "author": "Wintermute Technologies, Inc.",