add artifact distillation workflow - #239
Merged
Merged
Conversation
nahiyankhan
marked this pull request as ready for review
July 18, 2026 07:04
Merged
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: new-feature
User Impact: Teams can turn supplied artifacts into reviewed Ghost guidance when creating or evolving a package.
Problem: Ghost described artifacts as authoring evidence, but the installed skill did not teach agents how to inspect that evidence, reconcile it with existing nodes, or surface contradictions for human approval.
Solution: Add a distillation recipe that separates observation from inference and ratified guidance, reads the current package before proposing changes, prefers minimal diffs, and keeps Git review as the canonical approval boundary.
Validation:
pnpm build: passedpnpm test: 184 passed, 1 skippedpnpm check: passedChangeset: added a minor changeset for the new shipped skill capability.
ghost Review:
ghost review --base origin/main: not run because this repository has no root.ghost/package to review.File changes
packages/ghost/src/skill-bundle/references/distill.md
Adds the artifact inspection, reconciliation, proposal, ratification, material placement, and verification workflow.
packages/ghost/src/skill-bundle/SKILL.md
Makes artifact distillation discoverable from the installed skill.
packages/ghost/src/skill-bundle/references/capture.md
Routes artifact-led authoring and updates to the distillation recipe.
packages/ghost/src/skill-bundle/references/authoring-scenarios.md
Routes new and existing package scenarios to the same reconciliation workflow.
apps/docs/src/content/docs/authoring.mdx
Documents distillation for both package creation and later updates.
install/manifest.json
Ships the new reference with
ghost skill install..changeset/artifact-distillation-workflow.md
Records the public package release impact.
Screenshots/Demos: N/A. This changes authoring guidance and documentation, not a visual surface.