Issue Description
Command: gh aw add
Type: Unclear terminology in help text
Priority: Low (minor clarity issue)
Problem
The add command's short description uses the phrase "from the components" which is unclear and potentially confusing.
Current Help Text (pkg/cli/add_command.go):
Short: "Add one or more workflows from the components to .github/workflows",
Issue
- "from the components" is ambiguous - what are "the components"?
- The Long description says "from repositories" which is clearer
- Documentation refers to "The Agentics collection" or "repositories"
Suggested Fix
Make the short description clearer and consistent with the long description:
- Short: "Add one or more workflows from the components to .github/workflows",
+ Short: "Add one or more workflows from repositories to .github/workflows",
Or, even shorter:
- Short: "Add one or more workflows from the components to .github/workflows",
+ Short: "Add workflows from repositories to .github/workflows",
This aligns with the Long description which already says "from repositories".
File to Modify
pkg/cli/add_command.go (line 3 in NewAddCommand function)
AI generated by CLI Consistency Checker
Issue Description
Command:
gh aw addType: Unclear terminology in help text
Priority: Low (minor clarity issue)
Problem
The
addcommand's short description uses the phrase "from the components" which is unclear and potentially confusing.Current Help Text (pkg/cli/add_command.go):
Issue
Suggested Fix
Make the short description clearer and consistent with the long description:
Or, even shorter:
This aligns with the Long description which already says "from repositories".
File to Modify
pkg/cli/add_command.go(line 3 in NewAddCommand function)