@design-intelligence/ghost 0.25.1 → 0.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/dist/commands/export-command.d.ts.map +1 -1
  2. package/dist/commands/export-command.js +19 -5
  3. package/dist/commands/export-command.js.map +1 -1
  4. package/dist/commands/pull-command.js +13 -10
  5. package/dist/commands/pull-command.js.map +1 -1
  6. package/dist/embed/inspect.d.ts.map +1 -1
  7. package/dist/embed/inspect.js +4 -3
  8. package/dist/embed/inspect.js.map +1 -1
  9. package/dist/embed/pull.d.ts.map +1 -1
  10. package/dist/embed/pull.js +16 -12
  11. package/dist/embed/pull.js.map +1 -1
  12. package/dist/embed/types.d.ts +2 -2
  13. package/dist/embed/types.d.ts.map +1 -1
  14. package/dist/ghost-core/catalog/types.d.ts +3 -2
  15. package/dist/ghost-core/catalog/types.d.ts.map +1 -1
  16. package/dist/ghost-core/index.d.ts +1 -1
  17. package/dist/ghost-core/index.d.ts.map +1 -1
  18. package/dist/ghost-core/index.js +1 -1
  19. package/dist/ghost-core/index.js.map +1 -1
  20. package/dist/ghost-core/material-transport.d.ts +3 -1
  21. package/dist/ghost-core/material-transport.d.ts.map +1 -1
  22. package/dist/ghost-core/material-transport.js +11 -4
  23. package/dist/ghost-core/material-transport.js.map +1 -1
  24. package/dist/ghost-core/materials.d.ts +23 -2
  25. package/dist/ghost-core/materials.d.ts.map +1 -1
  26. package/dist/ghost-core/materials.js +63 -19
  27. package/dist/ghost-core/materials.js.map +1 -1
  28. package/dist/ghost-core/node/schema.d.ts +4 -1
  29. package/dist/ghost-core/node/schema.d.ts.map +1 -1
  30. package/dist/ghost-core/node/schema.js +15 -8
  31. package/dist/ghost-core/node/schema.js.map +1 -1
  32. package/dist/ghost-core/node/steering.d.ts +2 -1
  33. package/dist/ghost-core/node/steering.d.ts.map +1 -1
  34. package/dist/ghost-core/node/steering.js.map +1 -1
  35. package/dist/ghost-core/node/types.d.ts +6 -4
  36. package/dist/ghost-core/node/types.d.ts.map +1 -1
  37. package/dist/ghost-core/node/types.js.map +1 -1
  38. package/dist/review/resolve.d.ts.map +1 -1
  39. package/dist/review/resolve.js +4 -2
  40. package/dist/review/resolve.js.map +1 -1
  41. package/dist/review/review-packet.d.ts +2 -1
  42. package/dist/review/review-packet.d.ts.map +1 -1
  43. package/dist/review/review-packet.js +8 -2
  44. package/dist/review/review-packet.js.map +1 -1
  45. package/dist/scan/fingerprint-package-lint.d.ts.map +1 -1
  46. package/dist/scan/fingerprint-package-lint.js +3 -2
  47. package/dist/scan/fingerprint-package-lint.js.map +1 -1
  48. package/dist/scan/packed-payloads.d.ts.map +1 -1
  49. package/dist/scan/packed-payloads.js +16 -5
  50. package/dist/scan/packed-payloads.js.map +1 -1
  51. package/dist/skill-bundle/SKILL.md +5 -3
  52. package/dist/skill-bundle/references/capture.md +9 -5
  53. package/dist/skill-bundle/references/distill.md +3 -2
  54. package/dist/skill-bundle/references/making.md +10 -0
  55. package/dist/skill-bundle/references/schema.md +10 -3
  56. package/package.json +1 -1
@@ -41,6 +41,8 @@ description: Logo lockups, clearspace, and when the glyph can stand alone.
41
41
  materials:
42
42
  - brand/logo*.svg
43
43
  - https://figma.com/file/example?node-id=logo-lockups
44
+ - locator: mcp://brand-assets/logo-lockups
45
+ note: Source lockups and glyph exports
44
46
  ---
45
47
 
46
48
  Use the full lockup when recognition matters.
@@ -52,8 +54,12 @@ Use the full lockup when recognition matters.
52
54
  governs, the observable condition under which it applies, and what it
53
55
  contributes where useful. Avoid broad universal wording unless universal
54
56
  retrieval is intended.
55
- - `materials` accepts repo-relative paths/globs plus absolute HTTPS URLs. It is
56
- a locator list, not guidance.
57
+ - `materials` accepts repo-relative paths/globs plus supported external locators using `https:`, `mcp:`,
58
+ `figma:`, or `github:`. Items may be bare locator strings or
59
+ `{ locator, note }` objects. Use a short `note` only when an opaque locator
60
+ needs retrieval context. The external locator tells the host how to connect;
61
+ ghost does not fetch or authenticate. The list
62
+ locates material, while guidance stays in the node body.
57
63
 
58
64
  ghost derives whether a node carries concrete material from structure:
59
65
  non-empty `materials`, a fenced code block of at least 3 lines, or a
@@ -108,7 +114,8 @@ probes are the same class as npm scripts; Git review is the boundary.
108
114
  - `ghost gather` emits the cover above Available guidance, then coverage counts.
109
115
  The guidance list is complete, unfiltered, and unranked. Checks are invisible.
110
116
  - `ghost pull` emits selected nodes in steering order and inlines small local
111
- materials. Binary local materials become inspect-pointers.
117
+ materials. Binary local materials become inspect-pointers. External materials
118
+ remain locators for the host agent to access only when the task requires them.
112
119
  - `ghost review` matches diff files to local node materials, offers relevant
113
120
  checks, embeds probe evidence, and emits a packet for the host agent to
114
121
  judge.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@design-intelligence/ghost",
3
- "version": "0.25.1",
3
+ "version": "0.26.0",
4
4
  "description": "ghost CLI for portable .ghost/ packages of brand guidance your agent reads before it builds, with advisory review after",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Block, Inc.",