diff --git a/.changeset/fingerprint-blueprint.md b/.changeset/fingerprint-blueprint.md deleted file mode 100644 index c0b4cf0..0000000 --- a/.changeset/fingerprint-blueprint.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": minor ---- - -Make `.ghost/fingerprint/` the canonical portable fingerprint package with split prose, inventory, composition, enforcement, memory, and source files. diff --git a/.changeset/prose-inventory-composition.md b/.changeset/prose-inventory-composition.md deleted file mode 100644 index 03ab676..0000000 --- a/.changeset/prose-inventory-composition.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": minor ---- - -Break fingerprint/check schemas around prose, inventory, and composition, rename JSON fields from memory_dir/memory to fingerprint_dir/accepted_decisions, and rename decision lint exports to GhostDecisionLint*. diff --git a/.changeset/quiet-command-discovery.md b/.changeset/quiet-command-discovery.md deleted file mode 100644 index 47a1ce6..0000000 --- a/.changeset/quiet-command-discovery.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": patch ---- - -Simplify default command discovery while keeping the full command index available. diff --git a/.changeset/quiet-rings-spark.md b/.changeset/quiet-rings-spark.md deleted file mode 100644 index 5a19636..0000000 --- a/.changeset/quiet-rings-spark.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": patch ---- - -Clarify Ghost as a product-experience world model and context bundles as upstream agent handoffs for UI generation. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index 25cd98f..10365bd 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,19 @@ # @anarchitecture/ghost +## 0.5.0 + +### Minor Changes + +- [#117](https://github.com/block/ghost/pull/117) [`a730785`](https://github.com/block/ghost/commit/a7307859fa0357deea397f80eed6f1811f19a8b2) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Make `.ghost/fingerprint/` the canonical portable fingerprint package with split prose, inventory, composition, enforcement, memory, and source files. + +- [#114](https://github.com/block/ghost/pull/114) [`ae5855a`](https://github.com/block/ghost/commit/ae5855a8fda4b04ef7b1e946ce418918249bc5b9) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Break fingerprint/check schemas around prose, inventory, and composition, rename JSON fields from memory_dir/memory to fingerprint_dir/accepted_decisions, and rename decision lint exports to GhostDecisionLint\*. + +### Patch Changes + +- [#116](https://github.com/block/ghost/pull/116) [`a375602`](https://github.com/block/ghost/commit/a37560206e46f16f5e7b0228d883cd670b0d372a) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Simplify default command discovery while keeping the full command index available. + +- [#114](https://github.com/block/ghost/pull/114) [`ae5855a`](https://github.com/block/ghost/commit/ae5855a8fda4b04ef7b1e946ce418918249bc5b9) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Clarify Ghost as a product-experience world model and context bundles as upstream agent handoffs for UI generation. + ## 0.4.0 ### Minor Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index 070272e..5522796 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@anarchitecture/ghost", - "version": "0.4.0", + "version": "0.5.0", "description": "Unified Ghost CLI for repo-local product fingerprints, deterministic checks, advisory review, and drift tracking", "license": "Apache-2.0", "author": "Block, Inc.",