CLI help and flag-parsing consistency fixes - #136
Merged
Conversation
- Remove dead relate/work-graph dispatch so specsync relate errors instead of silently running a live sync - Fix agent-help/doctor ignoring -json when placed after the subcommand name - Add agent-help entries for doctor, epic, idea, ideas, archive, set-priority, note - Standardize docs and CLI help text on single-dash flag style
Deploying specsync with
|
| Latest commit: |
ea3ffb4
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2dad0d08.specsync.pages.dev |
| Branch Preview URL: | https://fix-135-cli-help-consistency.specsync.pages.dev |
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
relate/work-graphdispatch:specsync relatewas silentlyfalling through to a live
syncinstead of erroring, contradictingREADME's own documented (dry-run-free) example.
agent-help/doctorignoring--json/-jsonwhen it comes after thesubcommand name — the exact order the tool's own help text told people to
use.
agent-helpentries fordoctor,epic,idea,ideas,archive,set-priority,note— all 25 real subcommands are now documented.-flag) style acrossREADME.md,WORKFLOW.md,CLAUDE.md, andagent_help.go's own examples/tips.-flagvs--flagitself is not a bug — Go'sflagpackage treats themidentically for every option — but the docs and help text mixed styles
inconsistently, and one real safety bug was hiding under the same question.
Closes #135
🤖 Generated with Claude Code