diff --git a/.changeset/coordinator-meta-prompt.md b/.changeset/coordinator-meta-prompt.md deleted file mode 100644 index f0c88e13..00000000 --- a/.changeset/coordinator-meta-prompt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"perstack": patch ---- - -Refactor coordinator meta prompt: add role definition, rules (gatekeeper verification, context isolation), structured workflow, and task completion criteria diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index dda7aa2c..fac1a7ac 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,11 @@ # perstack +## 0.0.121 + +### Patch Changes + +- [#705](https://github.com/perstack-ai/perstack/pull/705) [`87cd6e2`](https://github.com/perstack-ai/perstack/commit/87cd6e2b7c1eafefb22554d7b3b1bb079e7c038a) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Refactor coordinator meta prompt: add role definition, rules (gatekeeper verification, context isolation), structured workflow, and task completion criteria + ## 0.0.120 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index ee79a195..d1c9a648 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.120", + "version": "0.0.121", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0",