-
Notifications
You must be signed in to change notification settings - Fork 43
Open
1 / 51 of 5 issues completedOpen
1 / 51 of 5 issues completed
Copy link
Labels
automationclicookieIssue Monster Loves Cookies!Issue Monster Loves Cookies!documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Summary
Found 5 CLI consistency issues during automated inspection of the gh-aw CLI tool.
Breakdown by Severity
- High: 1 (missing documented command)
- Medium: 2 (inconsistent terminology, missing examples)
- Low: 2 (documentation discrepancies, verbose output inconsistencies)
Issues
This parent issue tracks all CLI consistency findings. See linked sub-issues for details on each specific finding.
Inspection Method
Due to network restrictions preventing binary compilation, this inspection was performed through:
- Source code analysis of command files in
pkg/cli/andcmd/gh-aw/main.go - Cross-referencing with documentation in
docs/src/content/docs/setup/cli.md - Comparison of command structure, help text, and examples
Files Analyzed
cmd/gh-aw/main.go(main CLI entry point)pkg/cli/*_command.go(all command implementations)docs/src/content/docs/setup/cli.md(CLI documentation)- Command help text definitions in source code
Next Steps
Each sub-issue provides specific details about the problem, expected vs actual behavior, and suggested fixes. Priority should be given to the high-severity issue (missing campaign command) as it affects user experience when following documentation.
AI generated by CLI Consistency Checker
Sub-issues
Metadata
Metadata
Assignees
Labels
automationclicookieIssue Monster Loves Cookies!Issue Monster Loves Cookies!documentationImprovements or additions to documentationImprovements or additions to documentation