diff --git a/.changeset/delegate-file-discipline.md b/.changeset/delegate-file-discipline.md deleted file mode 100644 index 380211a1..00000000 --- a/.changeset/delegate-file-discipline.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"perstack": patch -"@perstack/runtime": patch ---- - -fix: add file creation discipline to delegate meta instruction and prevent infinite verify loops diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index dfedeb76..fdd4d79d 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,11 @@ # perstack +## 0.0.129 + +### Patch Changes + +- [#788](https://github.com/perstack-ai/perstack/pull/788) [`4359a33`](https://github.com/perstack-ai/perstack/commit/4359a3376df78171f12a9d3513ede1e73aa02682) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix: add file creation discipline to delegate meta instruction and prevent infinite verify loops + ## 0.0.128 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index 7dedec3b..6ca2b4ef 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.128", + "version": "0.0.129", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index 3b596c3d..8f42ed39 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/runtime +## 0.0.140 + +### Patch Changes + +- [#788](https://github.com/perstack-ai/perstack/pull/788) [`4359a33`](https://github.com/perstack-ai/perstack/commit/4359a3376df78171f12a9d3513ede1e73aa02682) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - fix: add file creation discipline to delegate meta instruction and prevent infinite verify loops + ## 0.0.139 ### Patch Changes diff --git a/packages/runtime/package.json b/packages/runtime/package.json index c8d63700..155cbb1f 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@perstack/runtime", - "version": "0.0.139", + "version": "0.0.140", "description": "Perstack Runtime", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0",