Skip to content

Commit d455d09

Browse files
chore: version packages (#234)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6f671f9 commit d455d09

8 files changed

Lines changed: 19 additions & 31 deletions

.changeset/agent-first-docs-framing.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/artifact-distillation-workflow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/byoa-making-loop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/calm-guidance-language.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gather-applicability-fences.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/serialize-node-materials.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/ghost/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @design-intelligence/ghost
22

3+
## 0.24.0
4+
5+
### Minor Changes
6+
7+
- [#239](https://github.com/block/ghost/pull/239) [`6f671f9`](https://github.com/block/ghost/commit/6f671f9fe0e5fa7eea34a4ca45885aade9471737) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Adds an artifact distillation workflow for reconciling links, images, documents, code, and media with new or existing ghost guidance.
8+
9+
- [#235](https://github.com/block/ghost/pull/235) [`0bf7cda`](https://github.com/block/ghost/commit/0bf7cda63071e82579e0474b9ab3b6f63f55b54c) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Adds a making-loop recipe to the ghost skill: material inspection, rendered verification with bounded repair, and strengthened exemplar authoring guidance.
10+
11+
- [#236](https://github.com/block/ghost/pull/236) [`65c44e5`](https://github.com/block/ghost/commit/65c44e5c27f8757feeae0c2ce65d8f71cb95258f) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Adopt ghost package terminology with the `ghost.package/v1` schema and package API, preserve legacy aliases, and name exported archives `<id>-ghost-package.tgz`.
12+
13+
- [#233](https://github.com/block/ghost/pull/233) [`fe03ff9`](https://github.com/block/ghost/commit/fe03ff924f469a7be58f4137c71ec10489ec76ca) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Clarify gather's applicability contract in markdown and JSON, and make pulled material and Skeleton fences safe around nested backticks.
14+
15+
### Patch Changes
16+
17+
- [#237](https://github.com/block/ghost/pull/237) [`3877efc`](https://github.com/block/ghost/commit/3877efc1fbba28887b961f464eb39d32cad165e5) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Center the public documentation on how agents find and apply brand guidance, with the CLI in a supporting role.
18+
19+
- [#235](https://github.com/block/ghost/pull/235) [`0bf7cda`](https://github.com/block/ghost/commit/0bf7cda63071e82579e0474b9ab3b6f63f55b54c) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - serializeNode preserves the materials frontmatter field instead of dropping it.
20+
321
## 0.23.0
422

523
### Minor Changes

packages/ghost/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@design-intelligence/ghost",
3-
"version": "0.23.0",
3+
"version": "0.24.0",
44
"description": "ghost CLI for portable .ghost/ packages of brand guidance your agent reads before it builds, with advisory review after",
55
"license": "Apache-2.0",
66
"author": "Block, Inc.",

0 commit comments

Comments
 (0)