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/fuzzy-panthers-connect.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/ghost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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.",
Expand Down
Loading