From 96d229870b3474e76357c446fba53123bc409914 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 19:37:49 +0000 Subject: [PATCH] chore: version packages --- .changeset/refactor-coordinator-instruction.md | 5 ----- packages/runtime/CHANGELOG.md | 6 ++++++ packages/runtime/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/refactor-coordinator-instruction.md diff --git a/.changeset/refactor-coordinator-instruction.md b/.changeset/refactor-coordinator-instruction.md deleted file mode 100644 index 94fedde9..00000000 --- a/.changeset/refactor-coordinator-instruction.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@perstack/runtime": patch ---- - -Streamline coordinator meta instruction: reduce over-emphasis on parallel delegation, simplify general instructions, and clarify workspace cleanup rules diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index 09ce0e64..3b596c3d 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/runtime +## 0.0.139 + +### Patch Changes + +- [#779](https://github.com/perstack-ai/perstack/pull/779) [`44ddd54`](https://github.com/perstack-ai/perstack/commit/44ddd547aec37db4abc0e5a68a13acc4220f6c33) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Streamline coordinator meta instruction: reduce over-emphasis on parallel delegation, simplify general instructions, and clarify workspace cleanup rules + ## 0.0.138 ### Patch Changes diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 7122b80f..c8d63700 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@perstack/runtime", - "version": "0.0.138", + "version": "0.0.139", "description": "Perstack Runtime", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0",