From ab4e15359f970091e91510241a0e114258f99ba0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 08:27:00 +0000 Subject: [PATCH] chore: version packages --- .changeset/concrete-tiers-recipe.md | 5 ---- .changeset/cover-context-guidance.md | 5 ---- .changeset/cover-node-designer-skeleton.md | 5 ---- .changeset/docs-cleanup-pass.md | 5 ---- .changeset/docs-code-drift-fixes.md | 5 ---- .changeset/docs-entrance-accuracy-pass.md | 5 ---- .changeset/remove-glossary-posture.md | 5 ---- .../validate-warns-undescribed-nodes.md | 5 ---- .changeset/vessel-light-closure.md | 5 ---- packages/ghost/CHANGELOG.md | 24 +++++++++++++++++++ packages/ghost/package.json | 2 +- 11 files changed, 25 insertions(+), 46 deletions(-) delete mode 100644 .changeset/concrete-tiers-recipe.md delete mode 100644 .changeset/cover-context-guidance.md delete mode 100644 .changeset/cover-node-designer-skeleton.md delete mode 100644 .changeset/docs-cleanup-pass.md delete mode 100644 .changeset/docs-code-drift-fixes.md delete mode 100644 .changeset/docs-entrance-accuracy-pass.md delete mode 100644 .changeset/remove-glossary-posture.md delete mode 100644 .changeset/validate-warns-undescribed-nodes.md delete mode 100644 .changeset/vessel-light-closure.md diff --git a/.changeset/concrete-tiers-recipe.md b/.changeset/concrete-tiers-recipe.md deleted file mode 100644 index b00ae16a..00000000 --- a/.changeset/concrete-tiers-recipe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": patch ---- - -Add the concrete-tiers skill recipe: choosing which concrete code tiers (tokens, skeletons, components, exemplars) a fingerprint carries, and justifying absences. diff --git a/.changeset/cover-context-guidance.md b/.changeset/cover-context-guidance.md deleted file mode 100644 index 61c0dbd3..00000000 --- a/.changeset/cover-context-guidance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": patch ---- - -Treat the manifest cover as inlined context instead of asking agents to select an `index` node. diff --git a/.changeset/cover-node-designer-skeleton.md b/.changeset/cover-node-designer-skeleton.md deleted file mode 100644 index eca35d03..00000000 --- a/.changeset/cover-node-designer-skeleton.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": minor ---- - -Adds a manifest `cover` field — gather inlines the named node above the menu, validate enforces it — and re-authors the skeleton starter in designer-native vocabulary: a brand cover, foundation chapters with open questions, context nodes, and a cliche floor paired with checks. diff --git a/.changeset/docs-cleanup-pass.md b/.changeset/docs-cleanup-pass.md deleted file mode 100644 index f3b5ea38..00000000 --- a/.changeset/docs-cleanup-pass.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": patch ---- - -Document bound/open pattern authoring and `concept.*` nodes in the capture skill recipe; deduplicate the package README against the root README. diff --git a/.changeset/docs-code-drift-fixes.md b/.changeset/docs-code-drift-fixes.md deleted file mode 100644 index c87aa501..00000000 --- a/.changeset/docs-code-drift-fixes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": patch ---- - -Make `GHOST_PACKAGE_DIR` honored by every command, not just `init` and `validate`; support `goose` in the `install.sh` curl installer; and drop detection of the pre-flat legacy checks directory entirely. diff --git a/.changeset/docs-entrance-accuracy-pass.md b/.changeset/docs-entrance-accuracy-pass.md deleted file mode 100644 index aac77d7d..00000000 --- a/.changeset/docs-entrance-accuracy-pass.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": patch ---- - -Refresh the entrance docs: accurate skeleton/body init descriptions, a documented `ghost export`, and plainer language on the welcome path. diff --git a/.changeset/remove-glossary-posture.md b/.changeset/remove-glossary-posture.md deleted file mode 100644 index be1d35a1..00000000 --- a/.changeset/remove-glossary-posture.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": minor ---- - -Removes the glossary posture system. Glossary kinds no longer accept a posture key; `ghost gather` drops the `--wild` flag and lists every node; `ghost pull` orders packets as index, concrete nodes, then prose; `ghost review` reports matched material-backed nodes without a separate review-critical section and renames the `unguarded-material` coverage gap to `unchecked-material`; `ghost pulse` drops the wild usage section. Existing fingerprints keep working: an ignored `posture` key in `glossary.md` frontmatter is tolerated, and anti-goal nodes still gather, pull, and match in review through their materials like any node. diff --git a/.changeset/validate-warns-undescribed-nodes.md b/.changeset/validate-warns-undescribed-nodes.md deleted file mode 100644 index 9e52e326..00000000 --- a/.changeset/validate-warns-undescribed-nodes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": minor ---- - -`ghost validate` warns on nodes without a `description` (rule `node-description-missing`), and the `ghost gather` coverage line reports how many nodes lack descriptions, since an undescribed node is invisible to agent selection. diff --git a/.changeset/vessel-light-closure.md b/.changeset/vessel-light-closure.md deleted file mode 100644 index 78db3f9f..00000000 --- a/.changeset/vessel-light-closure.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": patch ---- - -Reconciles the vessel-light starter body: every token and primitive class is now demonstrated in a reference or removed, display type has one answer, and a closure check keeps the materials contract enforced. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index 28e7ad6a..7d352652 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,29 @@ # @design-intelligence/ghost +## 0.22.0 + +### Minor Changes + +- [#221](https://github.com/block/ghost/pull/221) [`ff5206e`](https://github.com/block/ghost/commit/ff5206e191909ee3de5eac5adaa13a6230961fc7) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Adds a manifest `cover` field — gather inlines the named node above the menu, validate enforces it — and re-authors the skeleton starter in designer-native vocabulary: a brand cover, foundation chapters with open questions, context nodes, and a cliche floor paired with checks. + +- [#221](https://github.com/block/ghost/pull/221) [`ff5206e`](https://github.com/block/ghost/commit/ff5206e191909ee3de5eac5adaa13a6230961fc7) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Removes the glossary posture system. Glossary kinds no longer accept a posture key; `ghost gather` drops the `--wild` flag and lists every node; `ghost pull` orders packets as index, concrete nodes, then prose; `ghost review` reports matched material-backed nodes without a separate review-critical section and renames the `unguarded-material` coverage gap to `unchecked-material`; `ghost pulse` drops the wild usage section. Existing fingerprints keep working: an ignored `posture` key in `glossary.md` frontmatter is tolerated, and anti-goal nodes still gather, pull, and match in review through their materials like any node. + +- [#221](https://github.com/block/ghost/pull/221) [`ff5206e`](https://github.com/block/ghost/commit/ff5206e191909ee3de5eac5adaa13a6230961fc7) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - `ghost validate` warns on nodes without a `description` (rule `node-description-missing`), and the `ghost gather` coverage line reports how many nodes lack descriptions, since an undescribed node is invisible to agent selection. + +### Patch Changes + +- [#221](https://github.com/block/ghost/pull/221) [`ff5206e`](https://github.com/block/ghost/commit/ff5206e191909ee3de5eac5adaa13a6230961fc7) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Add the concrete-tiers skill recipe: choosing which concrete code tiers (tokens, skeletons, components, exemplars) a fingerprint carries, and justifying absences. + +- [#221](https://github.com/block/ghost/pull/221) [`ff5206e`](https://github.com/block/ghost/commit/ff5206e191909ee3de5eac5adaa13a6230961fc7) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Treat the manifest cover as inlined context instead of asking agents to select an `index` node. + +- [#221](https://github.com/block/ghost/pull/221) [`ff5206e`](https://github.com/block/ghost/commit/ff5206e191909ee3de5eac5adaa13a6230961fc7) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Document bound/open pattern authoring and `concept.*` nodes in the capture skill recipe; deduplicate the package README against the root README. + +- [#221](https://github.com/block/ghost/pull/221) [`ff5206e`](https://github.com/block/ghost/commit/ff5206e191909ee3de5eac5adaa13a6230961fc7) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Make `GHOST_PACKAGE_DIR` honored by every command, not just `init` and `validate`; support `goose` in the `install.sh` curl installer; and drop detection of the pre-flat legacy checks directory entirely. + +- [#216](https://github.com/block/ghost/pull/216) [`c95f58b`](https://github.com/block/ghost/commit/c95f58b91b36b4ac7421fd33d77b5f5ecadbcbb4) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Refresh the entrance docs: accurate skeleton/body init descriptions, a documented `ghost export`, and plainer language on the welcome path. + +- [#221](https://github.com/block/ghost/pull/221) [`ff5206e`](https://github.com/block/ghost/commit/ff5206e191909ee3de5eac5adaa13a6230961fc7) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Reconciles the vessel-light starter body: every token and primitive class is now demonstrated in a reference or removed, display type has one answer, and a closure check keeps the materials contract enforced. + ## 0.21.0 ### Minor Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index 97b5ed0e..ac3288a3 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@design-intelligence/ghost", - "version": "0.21.0", + "version": "0.22.0", "description": "Ghost CLI for the brand fingerprint: a portable steering packet of prose truths your agent reads before it builds, with advisory review after", "license": "Apache-2.0", "author": "Block, Inc.",