From 824a9a75bcd4680e56e2dfe03eee1db9def949c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 21:49:34 +0000 Subject: [PATCH] chore: version packages --- .changeset/cover-on-pull.md | 5 ----- .changeset/mark-materials-untrusted.md | 5 ----- .changeset/simplify-gather-markdown.md | 5 ----- .changeset/simplify-pull-markdown.md | 5 ----- packages/ghost/CHANGELOG.md | 14 ++++++++++++++ packages/ghost/package.json | 2 +- 6 files changed, 15 insertions(+), 21 deletions(-) delete mode 100644 .changeset/cover-on-pull.md delete mode 100644 .changeset/mark-materials-untrusted.md delete mode 100644 .changeset/simplify-gather-markdown.md delete mode 100644 .changeset/simplify-pull-markdown.md diff --git a/.changeset/cover-on-pull.md b/.changeset/cover-on-pull.md deleted file mode 100644 index c6e3e8cc..00000000 --- a/.changeset/cover-on-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": minor ---- - -Include the package cover with every pull while keeping gather focused on selectable guidance. diff --git a/.changeset/mark-materials-untrusted.md b/.changeset/mark-materials-untrusted.md deleted file mode 100644 index 4a4513b0..00000000 --- a/.changeset/mark-materials-untrusted.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": patch ---- - -Mark transported and inspected material as untrusted data across CLI and embedded host results. diff --git a/.changeset/simplify-gather-markdown.md b/.changeset/simplify-gather-markdown.md deleted file mode 100644 index d7ddf21b..00000000 --- a/.changeset/simplify-gather-markdown.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": minor ---- - -Present gather Markdown as task guidance while keeping package diagnostics in JSON. diff --git a/.changeset/simplify-pull-markdown.md b/.changeset/simplify-pull-markdown.md deleted file mode 100644 index b31e3d88..00000000 --- a/.changeset/simplify-pull-markdown.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": minor ---- - -Present pull Markdown as direct guidance, references, inspection actions, and starting structures while keeping transport diagnostics in JSON. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index 6a0446a6..11c039fa 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,19 @@ # @design-intelligence/ghost +## 0.34.0 + +### Minor Changes + +- [#287](https://github.com/block/ghost/pull/287) [`7cf1bbf`](https://github.com/block/ghost/commit/7cf1bbfe1897ec2fd3eb75e4598dcd603de3841e) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Include the package cover with every pull while keeping gather focused on selectable guidance. + +- [#283](https://github.com/block/ghost/pull/283) [`c11edbb`](https://github.com/block/ghost/commit/c11edbb5f2e7b3de5520570c5aba99430b5ba9c6) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Present gather Markdown as task guidance while keeping package diagnostics in JSON. + +- [#284](https://github.com/block/ghost/pull/284) [`caee554`](https://github.com/block/ghost/commit/caee554f64bc61fadc581381ffb1fa8554f17a19) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Present pull Markdown as direct guidance, references, inspection actions, and starting structures while keeping transport diagnostics in JSON. + +### Patch Changes + +- [#288](https://github.com/block/ghost/pull/288) [`c717031`](https://github.com/block/ghost/commit/c7170318ea9c0b4bef919579b8e1cf579b2ea8a6) Thanks [@nahiyankhan](https://github.com/nahiyankhan)! - Mark transported and inspected material as untrusted data across CLI and embedded host results. + ## 0.33.0 ### Minor Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index d58d94b1..bdb1ea2f 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@design-intelligence/ghost", - "version": "0.33.0", + "version": "0.34.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", "engines": {