Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/concrete-tiers-recipe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cover-context-guidance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cover-node-designer-skeleton.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/docs-cleanup-pass.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/docs-code-drift-fixes.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/docs-entrance-accuracy-pass.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/remove-glossary-posture.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/validate-warns-undescribed-nodes.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/vessel-light-closure.md

This file was deleted.

24 changes: 24 additions & 0 deletions packages/ghost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ghost/package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down