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/ghost-embed-contract.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/skeleton-only-init-template.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.25.0

### Minor Changes

- [#240](https://github.com/block/ghost/pull/240) [`feddc63`](https://github.com/block/ghost/commit/feddc63a04777d28f4324646d52708f346d7c7b0) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Make `skeleton` the only `ghost init` template, removing `minimal`, `composition`, and the legacy `default` and `steering` aliases.

- [#242](https://github.com/block/ghost/pull/242) [`2579381`](https://github.com/block/ghost/commit/2579381cb8440e773a9ccbefd8f8c8e3780d6d93) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Add the model-free `@design-intelligence/ghost/embed` public contract for embedded hosts and share gather/pull semantics with the CLI.

## 0.24.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.24.0",
"version": "0.25.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