diff --git a/.changeset/add-compare-gate-mode.md b/.changeset/add-compare-gate-mode.md deleted file mode 100644 index c51c03d..0000000 --- a/.changeset/add-compare-gate-mode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": minor ---- - -Add `--gate` mode to `ghost compare` that reads `.ghost-sync.json` and reports per-dimension verdicts (aligned / covered / reconverging / uncovered). Exits 0 when no uncovered drift, 1 when uncovered, 2 on hard error. Versioned JSON output via `--format json` (schema: `ghost.compare.gate/v1`). Composes over existing `compareFingerprints`, `readSyncManifest`, and `checkBounds` — no new orchestration. diff --git a/.changeset/anarchitecture-ghost.md b/.changeset/anarchitecture-ghost.md deleted file mode 100644 index 537a6a5..0000000 --- a/.changeset/anarchitecture-ghost.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": minor ---- - -Publish Ghost as one scoped package with the `ghost` CLI, unified scan and drift workflows, and one installed skill bundle. diff --git a/.changeset/fingerprint-capture-surface.md b/.changeset/fingerprint-capture-surface.md deleted file mode 100644 index 568f6fb..0000000 --- a/.changeset/fingerprint-capture-surface.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": patch ---- - -Reframe the installed skill and docs around agent-led Ghost Fingerprint Capture. diff --git a/.changeset/scan-readiness.md b/.changeset/scan-readiness.md deleted file mode 100644 index e604a05..0000000 --- a/.changeset/scan-readiness.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@anarchitecture/ghost": minor ---- - -Report scan evidence readiness so agents can distinguish product-observed, component-demo, substrate-only, and unobservable Ghost bundles. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index 6632f3a..7ff78cb 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,19 @@ # @anarchitecture/ghost +## 0.1.0 + +### Minor Changes + +- [#78](https://github.com/block/ghost/pull/78) [`3dc8aeb`](https://github.com/block/ghost/commit/3dc8aeb21595a65bba8ced4c3373f9ca43925234) Thanks [@gnahCnayR](https://github.com/gnahCnayR)! - Add `--gate` mode to `ghost compare` that reads `.ghost-sync.json` and reports per-dimension verdicts (aligned / covered / reconverging / uncovered). Exits 0 when no uncovered drift, 1 when uncovered, 2 on hard error. Versioned JSON output via `--format json` (schema: `ghost.compare.gate/v1`). Composes over existing `compareFingerprints`, `readSyncManifest`, and `checkBounds` — no new orchestration. + +- [#81](https://github.com/block/ghost/pull/81) [`e5163a6`](https://github.com/block/ghost/commit/e5163a6449cf44a93be0d69c6556d5560d16f73a) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Publish Ghost as one scoped package with the `ghost` CLI, unified scan and drift workflows, and one installed skill bundle. + +- [#83](https://github.com/block/ghost/pull/83) [`0ba295a`](https://github.com/block/ghost/commit/0ba295a92516e0c65cdf685e5d9794297be8f2c4) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Report scan evidence readiness so agents can distinguish product-observed, component-demo, substrate-only, and unobservable Ghost bundles. + +### Patch Changes + +- [#83](https://github.com/block/ghost/pull/83) [`0ba295a`](https://github.com/block/ghost/commit/0ba295a92516e0c65cdf685e5d9794297be8f2c4) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Reframe the installed skill and docs around agent-led Ghost Fingerprint Capture. + ## 0.0.0 Source version for the unified Ghost package. The first public publish is diff --git a/packages/ghost/package.json b/packages/ghost/package.json index 645c3d7..5da4ebc 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@anarchitecture/ghost", - "version": "0.0.0", + "version": "0.1.0", "description": "Unified Ghost CLI for repo-local product fingerprints, deterministic checks, advisory review, and drift tracking", "license": "Apache-2.0", "author": "Block, Inc.",