Help-text and MCP-note cleanup (bug bash follow-up) - #13
Merged
AnderRV merged 1 commit intoAug 4, 2026
Merged
Conversation
- Drop the duplicate "explain" in `workflow`/`recipe --help` usage strings
(extraUsage() appended "|run|explain" even though "explain" is already
part of the shared base usage string).
- Fix "a eval" -> "an eval" in both the `install` and `explain` help lines
for the eval asset type.
- Add the working but undocumented `reset` subcommand to `config --help`'s
usage string, matching how `policy --help` already documents its own reset.
- Remove the leftover internal dev note from `mcp config --client claude-code`
("Confirmed: `claude mcp add ...`") — it repeated the command already
printed below it and read as an internal QA annotation, not user-facing
guidance, unlike the genuinely useful notes on vscode/codex.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
AnderRV
approved these changes
Aug 4, 2026
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.
Stacked on #12 — small, self-contained help-text/DX fixes from the ongoing bug bash that weren't part of the audit-findings pass.
What
workflow/recipe --helpshowedexplaintwice in the usage string (<list|install|explain|remove|update|run|explain>) —extraUsage()was appending|run|explainon top of the shared base usage, which already includesexplain. Now appends just|run.eval --helpsaid "copy a eval" / "print metadata + docs for a eval" — fixed to "an eval" in both spots.config --helpnever listed the workingresetsubcommand, even thoughzenrows config resethas always worked. Usage string now reads<show|get <key>|set <key> <value>|reset>, matching howpolicy --helpdocuments its ownreset.zenrows mcp config --client claude-codeprinted a leftover internal note (Confirmed: \claude mcp add zenrows -e ZENROWS_API_KEY=… -- npx -y @zenrows/mcp`.`) that just repeated the command already shown two lines below it, unlike the genuinely useful vscode/codex notes. Removed.Testing
npm run build && npm run typecheck && npm test— clean, 179/179 passing (no test asserted the old strings).--help/output before and after.🤖 Generated with Claude Code