Skip to content
Merged
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/node-context-retrieval.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/remove-check-probes.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/ghost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @design-intelligence/ghost

## 0.27.0

### Minor Changes

- [#252](https://github.com/block/ghost/pull/252) [`75612b3`](https://github.com/block/ghost/commit/75612b38cdaaf0db7ab31192f2feca298df3eed5) Thanks [@chailandau](https://github.com/chailandau)! - Make `context` the canonical node retrieval field while reading `description` as a deprecated compatibility alias.

- [#251](https://github.com/block/ghost/pull/251) [`78ca289`](https://github.com/block/ghost/commit/78ca28936a70de0b3f5ae3286cc6acb1d17c41bd) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Remove check probe shell execution from `ghost review` so checks remain prose-only review assertions.

## 0.26.1

### Patch 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.26.1",
"version": "0.27.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",
"author": "Block, Inc.",
Expand Down
Loading