From f06e4b2f1f7f8d939073f3a10469ca86e3fc0358 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 16:48:49 +0000 Subject: [PATCH] chore: version packages --- .changeset/check-installed-skill.md | 5 ----- .changeset/document-delivery-evidence.md | 5 ----- .changeset/explicit-review-guidance.md | 5 ----- .changeset/fix-ghost-skill-frontmatter.md | 5 ----- .changeset/material-realpath-policy.md | 5 ----- .changeset/preserve-packet-meaning.md | 5 ----- .changeset/visible-load-diagnostics.md | 7 ------- packages/ghost/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/ghost/package.json | 2 +- 9 files changed, 23 insertions(+), 38 deletions(-) delete mode 100644 .changeset/check-installed-skill.md delete mode 100644 .changeset/document-delivery-evidence.md delete mode 100644 .changeset/explicit-review-guidance.md delete mode 100644 .changeset/fix-ghost-skill-frontmatter.md delete mode 100644 .changeset/material-realpath-policy.md delete mode 100644 .changeset/preserve-packet-meaning.md delete mode 100644 .changeset/visible-load-diagnostics.md diff --git a/.changeset/check-installed-skill.md b/.changeset/check-installed-skill.md deleted file mode 100644 index 4418ea71..00000000 --- a/.changeset/check-installed-skill.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": minor ---- - -Add `ghost skill check` to compare installed skill instructions with the bundled files without writing, report missing, changed, and extra reference files, and suggest a reinstall command. diff --git a/.changeset/document-delivery-evidence.md b/.changeset/document-delivery-evidence.md deleted file mode 100644 index 5007a44e..00000000 --- a/.changeset/document-delivery-evidence.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": patch ---- - -Clarify the tested delivery boundaries and distinguish complete process output from host receipt and model use. diff --git a/.changeset/explicit-review-guidance.md b/.changeset/explicit-review-guidance.md deleted file mode 100644 index 66cc4647..00000000 --- a/.changeset/explicit-review-guidance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": minor ---- - -Allow `ghost review --node ` to include host-selected guidance and offer referencing checks alongside existing material matches without filtering other checks. diff --git a/.changeset/fix-ghost-skill-frontmatter.md b/.changeset/fix-ghost-skill-frontmatter.md deleted file mode 100644 index c9c39aab..00000000 --- a/.changeset/fix-ghost-skill-frontmatter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": patch ---- - -Fix the installed ghost skill metadata so goose can discover it. diff --git a/.changeset/material-realpath-policy.md b/.changeset/material-realpath-policy.md deleted file mode 100644 index 7bb863e0..00000000 --- a/.changeset/material-realpath-policy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": patch ---- - -Treat bundled symlinks that resolve outside the materials directory as referenced files, requiring explicit inspection permission and honoring the referenced-file inline limit. diff --git a/.changeset/preserve-packet-meaning.md b/.changeset/preserve-packet-meaning.md deleted file mode 100644 index fde5b489..00000000 --- a/.changeset/preserve-packet-meaning.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": patch ---- - -Include referenced baseline prose in Markdown review and preserve full parsed kind descriptions in guidance menus. diff --git a/.changeset/visible-load-diagnostics.md b/.changeset/visible-load-diagnostics.md deleted file mode 100644 index 40ec80db..00000000 --- a/.changeset/visible-load-diagnostics.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@design-intelligence/ghost": minor ---- - -Add load diagnostics to gather, pull, and review JSON and embedded results, with actionable warnings in Markdown. Gather and pull report skipped invalid guidance; review also reports skipped invalid checks. All-miss CLI pulls keep stdout empty and report load diagnostics on stderr before exiting with code 2. - -Breaking API change: gather's `contract.completeness.complete` changes from literal `true` to `boolean` and is `false` when invalid guidance was skipped. Consumers must check the value before treating the menu as complete. Healthy results include `diagnostics: []`; no on-disk schema migration is required. Unreadable directories and malformed present glossaries now fail loading instead of appearing absent. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index 51aba7f9..bb74b3c0 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,27 @@ # @design-intelligence/ghost +## 0.35.0 + +### Minor Changes + +- [#294](https://github.com/block/ghost/pull/294) [`7621ceb`](https://github.com/block/ghost/commit/7621ceb60382dbb6c3adf47ea747d14cb094c785) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Add `ghost skill check` to compare installed skill instructions with the bundled files without writing, report missing, changed, and extra reference files, and suggest a reinstall command. + +- [#297](https://github.com/block/ghost/pull/297) [`7cc2e21`](https://github.com/block/ghost/commit/7cc2e21d331024c76dd2a3aebf8ae82f9aa1c608) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Allow `ghost review --node ` to include host-selected guidance and offer referencing checks alongside existing material matches without filtering other checks. + +- [#293](https://github.com/block/ghost/pull/293) [`d5952a6`](https://github.com/block/ghost/commit/d5952a6aa2221d77b4f7679dba1baddb495ae22a) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Add load diagnostics to gather, pull, and review JSON and embedded results, with actionable warnings in Markdown. Gather and pull report skipped invalid guidance; review also reports skipped invalid checks. All-miss CLI pulls keep stdout empty and report load diagnostics on stderr before exiting with code 2. + + Breaking API change: gather's `contract.completeness.complete` changes from literal `true` to `boolean` and is `false` when invalid guidance was skipped. Consumers must check the value before treating the menu as complete. Healthy results include `diagnostics: []`; no on-disk schema migration is required. Unreadable directories and malformed present glossaries now fail loading instead of appearing absent. + +### Patch Changes + +- [#296](https://github.com/block/ghost/pull/296) [`1a9bb02`](https://github.com/block/ghost/commit/1a9bb02a3af311db76f9a983488cbeb7be76e945) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Clarify the tested delivery boundaries and distinguish complete process output from host receipt and model use. + +- [#299](https://github.com/block/ghost/pull/299) [`166f970`](https://github.com/block/ghost/commit/166f9709a16b6ed6dda23a38d80a46161c0f3677) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Fix the installed ghost skill metadata so goose can discover it. + +- [#291](https://github.com/block/ghost/pull/291) [`a10c5ae`](https://github.com/block/ghost/commit/a10c5ae321bbcb8556bd9e2c71ba69f97b20c627) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Treat bundled symlinks that resolve outside the materials directory as referenced files, requiring explicit inspection permission and honoring the referenced-file inline limit. + +- [#292](https://github.com/block/ghost/pull/292) [`ff9c093`](https://github.com/block/ghost/commit/ff9c093b8ccbc09207016d4d1c8c1c9ea67c1d32) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Include referenced baseline prose in Markdown review and preserve full parsed kind descriptions in guidance menus. + ## 0.34.1 ### Patch Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index 322351c7..1a9771ed 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@design-intelligence/ghost", - "version": "0.34.1", + "version": "0.35.0", "description": "ghost CLI for portable .ghost/ packages of brand guidance your agent reads before it builds, with advisory review after", "license": "Apache-2.0", "engines": {