Preserve guidance meaning in CLI output - #292
Merged
Merged
Conversation
This was referenced Sep 9, 2026
nahiyankhan
marked this pull request as ready for review
September 11, 2026 05:07
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: Agents receive the selection rules and review guidance that authors wrote.
Problem: Gather truncated kind descriptions and omitted them from Markdown. Markdown review listed baseline references without the prose needed to assess a change.
Solution: Preserve full parsed kind descriptions, reuse the selection instructions in Markdown, and include referenced review prose with duplicate-section handling.
Compatibility: JSON kind purposes retain multiple paragraphs. Markdown includes more authored guidance; this PR does not add load diagnostics or change completeness types.
Scope: One of five independent PRs split from the original #291. This branch targets
mainand contains only this concern, its tests, and its documentation.Related: Enforce resolved material access boundaries, Report incomplete guidance loading, Add read-only installed skill checks, Fix and validate rendered guidance examples.
Validation:
pnpm run quality:all: passed on this standalone branch, including build, package/release checks, tests (232 passed), workspace builds, and package validations.git diff origin/main...HEAD --check: passed.Changeset: Existing patch changeset retained.
ghost Review: Review packet assembled against
apps/docs/.ghost. This package does not bind the changed CLI/test/docs files, so the packet is coverage context, not a passing brand review. Used the currentghost review --package apps/docs/.ghost --base origin/main --format jsonand inspectedghost manifest; the olderghost check,--include-memory, anddump:cli-helpworkflows are unavailable in this checkout.File changes (11 files)
.changeset/preserve-packet-meaning.mdREADME.mdpackages/ghost/README.mdpackages/ghost/src/commands/gather-command.tspackages/ghost/src/embed/gather.tspackages/ghost/src/review/review-packet.tspackages/ghost/src/skill-bundle/SKILL.mdpackages/ghost/src/skill-bundle/references/ground.mdpackages/ghost/src/skill-bundle/references/schema.mdpackages/ghost/test/cli.test.tspackages/ghost/test/semantic-delivery.test.tsScreenshots/Demos: N/A: no visual surface changes.