docs(cli): advertise built-in per-command help#95
Open
barry166 wants to merge 1 commit into
Open
Conversation
Issue agentctxhq#85 pointed out that the top-level help footer sent users to the docs even though every command already supports local --help output. This updates the footer to promote built-in per-command help first, keeps the docs link as secondary reference, and adds a dispatch-level test for the new wording.\n\nConstraint: Keep this a help-text-only change with no command behavior changes\nRejected: Expand the footer into a longer usage section | unnecessary for the narrowly scoped issue\nConfidence: high\nScope-risk: narrow\nReversibility: clean\nDirective: Keep top-level help text aligned with actual command discovery paths when adding or changing CLI commands\nTested: npm test --workspace @agentctxhq/agentctx; npm run typecheck --workspace @agentctxhq/agentctx; npm run build --workspace @agentctxhq/agentctx; npm run lint\nNot-tested: Installed global CLI output outside the workspace
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.
Summary
agentctx <command> --helpRelated Issues
Closes #85
Type of Change
How Has This Been Tested?
npm test --workspace @agentctxhq/agentctxnpm run typecheck --workspace @agentctxhq/agentctxnpm run build --workspace @agentctxhq/agentctxnpm run lintDisclosure
Checklist