Document fingerprints as steering guidance#169
Merged
Conversation
Merged
nahiyankhan
added a commit
that referenced
this pull request
Jun 24, 2026
Document fingerprints as steering guidance
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Category: improvement
User Impact: Fingerprint authors get clearer guidance for writing fingerprints that steer generation and review instead of collecting style inventory.
Problem: The public docs and bundled agent recipes explain the fingerprint layers, but they did not explicitly teach authors how to turn those layers into generation decisions. That made it easier for future fingerprints to drift toward descriptive catalogs instead of durable steering guidance.
Solution: Add concise public and agent-facing guidance that frames fingerprints as decision engines: preserve goals, block anti-goals, resolve tradeoffs, route by situation, cite exemplars, and write patterns for selection, restraint, and review.
Validation:
pnpm check: passed via pre-commitpnpm check:docs: passed,3 docs OKpnpm check:install-bundle: passed,13 files OKpnpm check:terminology: passedgit diff --check: passedpnpm build: passed via pre-pushpnpm test: failed inpackages/ghost/test/context-sandbox.test.tson an existing compact Relay brief assertion expecting no## Generated Cachesection; reproduced separately and unrelated to these docs-only changesChangeset: added patch changeset for
@anarchitecture/ghost.Ghost Review:
node packages/ghost/dist/bin.js check --base origin/main: passed, no active deterministic check failuresnode packages/ghost/dist/bin.js review --base origin/main --include-memory: emitted advisory review packet for the docs/surface-model changeFile changes
.changeset/steering-fingerprint-docs.md
Adds a patch changeset for user-facing fingerprint authoring docs.
apps/docs/src/content/docs/fingerprint-authoring.mdx
Adds an "Authoring For Steering" section after layer responsibilities, with a compact checklist for goals, anti-goals, tradeoffs, situations, principles, contracts, patterns, and exemplars.
docs/fingerprint-format.md
Adds a short format-reference note that high-quality layer content should make generation choices explicit.
packages/ghost/src/skill-bundle/references/capture.md
Adds a steering checklist to the capture recipe before agents write core layers.
packages/ghost/src/skill-bundle/references/patterns.md
Names the three useful jobs of a pattern: selection, restraint, and review.
Screenshots/Demos: N/A, docs-only change.