diff --git a/.changeset/legacy-prompt-cleanup.md b/.changeset/legacy-prompt-cleanup.md deleted file mode 100644 index 22bca07..0000000 --- a/.changeset/legacy-prompt-cleanup.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": minor ---- - -Remove legacy direct fingerprint emit support and stale direct-markdown review prompt exports. diff --git a/.changeset/thresholded-proposal-guidance.md b/.changeset/thresholded-proposal-guidance.md deleted file mode 100644 index 66c913a..0000000 --- a/.changeset/thresholded-proposal-guidance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": patch ---- - -Clarify proposal and silent-memory guidance so agents threshold durable memory candidates and label provisional local reasoning. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index 76e44a7..1121fb1 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,15 @@ # @anarchitecture/ghost +## 0.3.0 + +### Minor Changes + +- [#106](https://github.com/block/ghost/pull/106) [`b56d58d`](https://github.com/block/ghost/commit/b56d58d222248d5225ba80741296749635bf0199) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Remove legacy direct fingerprint emit support and stale direct-markdown review prompt exports. + +### Patch Changes + +- [#108](https://github.com/block/ghost/pull/108) [`2ed0b3d`](https://github.com/block/ghost/commit/2ed0b3d4734b84a0807a81f99f57fa2a32b2ca8e) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Clarify proposal and silent-memory guidance so agents threshold durable memory candidates and label provisional local reasoning. + ## 0.2.1 ### Patch Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index 62db4ad..848aa6b 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@anarchitecture/ghost", - "version": "0.2.1", + "version": "0.3.0", "description": "Unified Ghost CLI for repo-local product fingerprints, deterministic checks, advisory review, and drift tracking", "license": "Apache-2.0", "author": "Block, Inc.",