Tidy the agent-guide pointers in help output#288
Merged
Conversation
The `mcpc --help` footer and the bare `mcpc` output each carried two near-duplicate "more docs elsewhere" pointers. Collapse them into a single line on each surface (agent guide first, so the in-terminal guide leads), and keep the README embed in sync by stripping only the self-referential docs URL rather than the whole line. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RCP9vv4twSiVmH2zjaFmUR
Keep them as two lines instead of one `·`-separated line; revert the README-embed strip to deleting the whole self-referential "Full docs:" line now that it stands alone again. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RCP9vv4twSiVmH2zjaFmUR
The help command's list entry restated `--skill`, which the footer already surfaces as a copy-pasteable `mcpc help --skill`. Command rows summarize commands, not their flags, so trim the row to "Show help for a command" and keep the single prominent pointer in the footer. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RCP9vv4twSiVmH2zjaFmUR
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.
The agent-guide pointer (
mcpc help --skill) was repeated across overlapping spots in the help output. Tidy them so it appears once, clearly, on each surface.mcpc: collapsed to one line —For usage and the agent guide, run: mcpc help [--skill]mcpc --helpfooter: terseAgent guide: mcpc help --skill, aboveFull docs: <url>mcpc --helpcommand list: dropped the redundant--skillnote from thehelprow (the footer already surfaces it)basic/helpe2e assertion updatedhttps://claude.ai/code/session_01RCP9vv4twSiVmH2zjaFmUR