diff --git a/.changeset/fuzzy-panthers-connect.md b/.changeset/fuzzy-panthers-connect.md deleted file mode 100644 index 7ad28d9c..00000000 --- a/.changeset/fuzzy-panthers-connect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@design-intelligence/ghost": minor ---- - -Accept `https:`, `mcp:`, `figma:`, and `github:` external material locators and annotated `{ locator, note }` declarations. This widens public material arrays from `string[]` to `GhostMaterial[]`; TypeScript consumers of `/core` and `/embed` can use `materialLocator()` or `normalizeMaterial()` to read either shape, and `externalLocatorScheme()` to read an external locator's scheme. Pull JSON now includes optional `note`, export audit JSON includes optional `access`, the export audit names the external provider (for example `mcp`, `figma`, or `github`), and external-material omission messages use the new locator terminology. diff --git a/packages/ghost/CHANGELOG.md b/packages/ghost/CHANGELOG.md index 3d970a5b..ec467953 100644 --- a/packages/ghost/CHANGELOG.md +++ b/packages/ghost/CHANGELOG.md @@ -1,5 +1,11 @@ # @design-intelligence/ghost +## 0.26.0 + +### Minor Changes + +- [#247](https://github.com/block/ghost/pull/247) [`6e248cc`](https://github.com/block/ghost/commit/6e248ccb629f7c54a2f63cbda05cbf5884e55ada) Thanks [@chailandau](https://github.com/chailandau)! - Accept `https:`, `mcp:`, `figma:`, and `github:` external material locators and annotated `{ locator, note }` declarations. This widens public material arrays from `string[]` to `GhostMaterial[]`; TypeScript consumers of `/core` and `/embed` can use `materialLocator()` or `normalizeMaterial()` to read either shape, and `externalLocatorScheme()` to read an external locator's scheme. Pull JSON now includes optional `note`, export audit JSON includes optional `access`, the export audit names the external provider (for example `mcp`, `figma`, or `github`), and external-material omission messages use the new locator terminology. + ## 0.25.1 ### Patch Changes diff --git a/packages/ghost/package.json b/packages/ghost/package.json index 12f27d92..c91044e3 100644 --- a/packages/ghost/package.json +++ b/packages/ghost/package.json @@ -1,6 +1,6 @@ { "name": "@design-intelligence/ghost", - "version": "0.25.1", + "version": "0.26.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.",