Skip to content

Rename fingerprint artifacts to expressions#59

Merged
nahiyankhan merged 1 commit intomainfrom
codex-expression-rename
Apr 25, 2026
Merged

Rename fingerprint artifacts to expressions#59
nahiyankhan merged 1 commit intomainfrom
codex-expression-rename

Conversation

@nahiyankhan
Copy link
Copy Markdown
Collaborator

Summary

  • Rename the public Ghost artifact and API language from fingerprint to expression, with expression.md as the single canonical default.
  • Replace parent/adopt tracking with neutral tracks / track, including the new sync manifest fields.
  • Update docs, docs site copy, CLI help, schema generation, emitted skill/context bundles, tests, and the ghost-ui dogfood artifact.
  • Rename observation.closestSystems to observation.resembles to avoid the design-systems-adjacent wording.

Breaking Changes

  • fingerprint.md is no longer the advertised/default artifact; lint, describe, and emitted bundles now target expression.md.
  • Public exports and internal module paths move from fingerprint-named APIs/modules to expression-named equivalents.
  • adopt <source> is replaced by track <expression>.
  • .ghost-sync.json now records tracks, trackedExpressionId, and localExpressionId instead of parent/child fields.

Verification

  • pnpm check
  • pnpm test (186 tests)
  • pnpm --filter ghost-drift build
  • node scripts/emit-expression-schema.mjs
  • ghost-drift emit skill and emit context-bundle smoke checks produced expression-named files only

Release

  • Adds a major Changesets entry for ghost-drift.

@nahiyankhan nahiyankhan merged commit 0993d1a into main Apr 25, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant