diff --git a/.changeset/clean-docs-surface.md b/.changeset/clean-docs-surface.md deleted file mode 100644 index 7a0f092..0000000 --- a/.changeset/clean-docs-surface.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": patch ---- - -Clarify current docs for skill recipes and supported environment variables. diff --git a/.changeset/draft-fingerprint-boundary.md b/.changeset/draft-fingerprint-boundary.md deleted file mode 100644 index 39f3d07..0000000 --- a/.changeset/draft-fingerprint-boundary.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": minor ---- - -Make checked-in fingerprint.yml entries canonical, remove fingerprint entry lifecycle fields and proposals, add first-class exemplars, and emit context bundles as prose + inventory + exemplars generation packets. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index 1121fb1..25cd98f 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,15 @@ # @anarchitecture/ghost +## 0.4.0 + +### Minor Changes + +- [#112](https://github.com/block/ghost/pull/112) [`19be5b5`](https://github.com/block/ghost/commit/19be5b500b6e5165bb8dc24b009f9074d31567cc) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Make checked-in fingerprint.yml entries canonical, remove fingerprint entry lifecycle fields and proposals, add first-class exemplars, and emit context bundles as prose + inventory + exemplars generation packets. + +### Patch Changes + +- [`dc84d66`](https://github.com/block/ghost/commit/dc84d66a6dbb560b6b2bcff5b01bdac7aabfaa13) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Clarify current docs for skill recipes and supported environment variables. + ## 0.3.0 ### Minor Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index 848aa6b..070272e 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@anarchitecture/ghost", - "version": "0.3.0", + "version": "0.4.0", "description": "Unified Ghost CLI for repo-local product fingerprints, deterministic checks, advisory review, and drift tracking", "license": "Apache-2.0", "author": "Block, Inc.",