Update Relay generation docs#147
Merged
Merged
Conversation
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: fix
User Impact: Users see the supported Relay gather workflow instead of a removed context-bundle command.
Problem: Several lower-level docs still described generation context through
ghost emit context-bundle, but the current CLI intentionally rejects that emit kind. That leaves readers with a stale command path when they are trying to brief an agent before generation.Solution: Point generation-context documentation at
ghost relay gather, name theghost.relay.gather/v1adapter contract, and keep the fingerprint-first architecture memo aligned with the current lifecycle language.Validation:
pnpm exec vitest run packages/ghost/test/cli.test.ts packages/ghost/test/skill-bundle-manifest.test.ts packages/ghost/test/public-exports.test.ts: passed, 51 testspnpm check:docs: passedpnpm check:install-bundle: passedpnpm check:cli-manifest: passedpnpm check:terminology: passedgit diff --check: passedpnpm check: passedpnpm build: passedpnpm check: passedpnpm test: passed, 36 files / 358 testsChangeset: added patch changeset for public docs that affect
@anarchitecture/ghostusers.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: advisory packet generated for the docs diff; no blocking checks selectedFile changes
.changeset/bright-relay-docs.md
Adds a patch changeset for the public documentation correction.
docs/fingerprint-format.md
Replaces the removed
ghost emit context-bundleexample withghost relay gatherand renames context-bundle wording to Relay briefs.docs/generation-loop.md
Adds the current pre-generation
ghost relay gathercommand to the generation loop.docs/host-adapters.md
Documents
ghost relay gather [target] --format jsonas the generation-context adapter contract and includes it in custom memory-dir examples.docs/ideas/fingerprint-first-architecture.md
Updates lifecycle and rationale language from context/generation packets to Relay briefs and
relay gather.Screenshots/Demos: N/A, documentation-only change.