Clarify CLI help text to say what each command is for#50
Merged
Conversation
Lead each command, group, and the root tagline with the task a user or agent accomplishes, not the mechanism it runs. The design, teach, optimize, and audit commands now make the create, improve, and review distinction unmistakable. Reword the non-interactive login and register verify commands so they no longer imply script or CI only, and replace dash separators in help strings with colons or semicolons. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Align the verifiers and image-generators deploy command summaries with the deploy command name and the matching server-side wording, and free them from the reserved 'publish' verb used for the public template catalog.
The workflows command group is private-only, but its tagline used 'publish', which in Goodeye's product language means making something public (templates publish). That collided with the publish command's own 'Save to your private registry' wording. Switch the tagline verb to 'save' so it matches the command body and the private framing.
Unpublishing a specific version only sets unpublished_at; there is no path that restores that version (publishing always appends a new one), so the help text now distinguishes unpublish from deprecate and delete instead of promising reversibility.
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.
What
Rewrites the Goodeye CLI help text so each command, group, and the root tagline lead with what a user or agent uses it for, not the mechanism it runs.
Highlights:
No capability or behavior change: help text only.
Verification
🤖 Generated with Claude Code