Document the skill install command - #276
Merged
Merged
Conversation
Co-authored-by: Goose <opensource@block.xyz> Ai-assisted: true
…fest-command * 'main' of github.com:block/ghost: chore: version packages (#275) Match closing hashes in heading anchors (#274) chore: version packages (#273) Ignore deleted headerless diff paths (#272) Fix internal sync secret references (#271) chore: version packages (#270) Document the manifest command (#269)
Co-authored-by: Goose <opensource@block.xyz> Ai-assisted: true
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: People can discover how to install the unified ghost skill from the CLI overview.
Problem: The quickstart uses
ghost skill install, but the command overview omitted it. This left the package documentation incomplete and gives us a small public-package patch for validating the release-sync path.Solution: Add the command to both CLI overview blocks and include a patch changeset so the normal release workflow publishes and syncs it.
Validation:
pnpm check: passedpnpm exec changeset status: reports one patch bump for@design-intelligence/ghostcheck,format,sadscan,test,aittributor): passedcheck-push-org,ci): passedpnpm dump:cli-help: not run because this repository has no such script; no generated CLI output changedChangeset: added a patch changeset for
@design-intelligence/ghostghost Review:
ghost check --base origin/main: not run because this is documentation-only and does not change implementation or fingerprint behaviorghost review --base origin/main --include-memory: not run because this does not change generation behavior, fingerprint semantics, or review packetsFile changes
.changeset/document-skill-install-command.md
Adds the patch release note for the public package.
README.md
Lists
ghost skill installin the repository CLI overview.packages/ghost/README.md
Lists
ghost skill installin the README shipped with the npm package.Screenshots/Demos: N/A