-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Labels
automationclidocumentationImprovements or additions to documentationImprovements or additions to documentationinconsistency
Description
Issue Description
Command: gh aw new
Type: Inconsistent description between documentation and CLI
Priority: Low
Documentation States (cli.md line 223)
Create a new custom workflow from scratch
CLI Source Code States (main.go line 62)
Create a new workflow Markdown file with example configuration
Issue
The documentation uses "custom workflow from scratch" while the CLI says "workflow Markdown file with example configuration". The CLI description is more accurate since the command creates a template file WITH example configuration, not truly "from scratch".
Suggested Fix
Update the documentation at docs/src/content/docs/setup/cli.md line 223 to match the CLI:
Create a new workflow Markdown file with example configuration.Or use a hybrid that captures both aspects:
Create a new workflow with template and example configuration.AI generated by CLI Consistency Checker
Copilot
Metadata
Metadata
Labels
automationclidocumentationImprovements or additions to documentationImprovements or additions to documentationinconsistency