Skip to content

Commit 6596151

Browse files
committed
Align package metadata with fingerprint architecture
1 parent 63a2773 commit 6596151

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

.changeset/fingerprint-metadata.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@anarchitecture/ghost": patch
3+
---
4+
5+
Align package metadata around portable product-experience fingerprints.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ghost",
33
"private": true,
4-
"description": "Product-experience world model tooling for AI agents",
4+
"description": "Portable product-experience fingerprint tooling for AI agents",
55
"license": "Apache-2.0",
66
"packageManager": "pnpm@10.33.0",
77
"engines": {

packages/ghost/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@anarchitecture/ghost",
33
"version": "0.4.0",
4-
"description": "Unified Ghost CLI for repo-local product fingerprints, deterministic checks, advisory review, and drift tracking",
4+
"description": "Unified Ghost CLI for portable product-experience fingerprints, generation packets, validation, governance, and comparison",
55
"license": "Apache-2.0",
66
"author": "Block, Inc.",
77
"repository": {
@@ -13,12 +13,13 @@
1313
"url": "https://github.com/block/ghost/issues"
1414
},
1515
"keywords": [
16-
"design-system",
17-
"drift-detection",
1816
"fingerprint",
19-
"design-tokens",
20-
"shadcn",
17+
"product-experience",
18+
"ai-agents",
19+
"design-system",
2120
"design-language",
21+
"design-tokens",
22+
"drift-detection",
2223
"cli"
2324
],
2425
"type": "module",

0 commit comments

Comments
 (0)