-
Notifications
You must be signed in to change notification settings - Fork 236
Closed as not planned
Closed as not planned
Copy link
Labels
automationcliconsistencycookieIssue Monster Loves Cookies!Issue Monster Loves Cookies!documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Issue Description
Location: docs/src/content/docs/setup/cli.md:8
Type: Capitalization inconsistency
Priority: Low
Current Text
The `gh aw` CLI extension enables developers to create, manage, and execute AI-powered workflows directly from the command line. It transforms natural language markdown files into GitHub Actions.Issue
The word "markdown" is lowercase but should be capitalized as "Markdown" to follow technical term capitalization conventions enforced in cmd/gh-aw/capitalization_test.go.
Expected Text
The `gh aw` CLI extension enables developers to create, manage, and execute AI-powered workflows directly from the command line. It transforms natural language Markdown files into GitHub Actions.Supporting Evidence
cmd/gh-aw/capitalization_test.go:74enforces capitalization of technical terms including "Markdown", "YAML", and "MCP"- The automated tests specifically check that technical terms remain capitalized in all command descriptions
- Other references to "Markdown" in the documentation (line 236) correctly use capitalization
Impact
This appears in the introductory paragraph of the CLI reference, making it one of the first things users read. Consistent capitalization improves professionalism and clarity.
AI generated by CLI Consistency Checker
- expires on Feb 12, 2026, 1:42 PM UTC
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
automationcliconsistencycookieIssue Monster Loves Cookies!Issue Monster Loves Cookies!documentationImprovements or additions to documentationImprovements or additions to documentation