Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 26, 2025

The documentation for gh aw secrets bootstrap used "gh-aw" (hyphenated) while the CLI implementation correctly used "gh aw" (space). This inconsistency violated the project's capitalization guidelines which specify the CLI extension should be referenced as gh aw.

Changes

  • Updated docs/src/content/docs/setup/cli.md line 258: changed "gh-aw" to "gh aw"

Context

The CLI source in pkg/cli/tokens_bootstrap.go has always used the correct form:

cmd := &cobra.Command{
    Use:   "bootstrap",
    Short: "Check and suggest setup for gh aw GitHub token secrets",
    // ...
}

Documentation now matches implementation and follows naming conventions per specs/capitalization.md.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/user
    • Triggering command: /usr/bin/gh gh api user --jq .login rite '../../**/*GOINSECURE infocmp 64/bin/go 64/src/net/url (http block)
    • Triggering command: /usr/bin/gh gh api user --jq .login (http block)
    • Triggering command: /usr/bin/gh gh api user --jq .login ithub/workflows GOPROXY /usr/bin/git GOSUMDB GOWORK 64/bin/go git for-�� eam.git %(refname) /usr/bin/git --merged 42e77c3455b510da-1 64/pkg/tool/linuxterm-color git (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>[cli-consistency] Inconsistent capitalization in "secrets bootstrap" description</issue_title>
<issue_description>## Issue Description

Command: gh aw secrets bootstrap
Type: Inconsistent capitalization between documentation and CLI
Priority: Low

Documentation States (cli.md line 258)

Check and suggest setup for gh-aw GitHub token secrets

CLI Source Code States (tokens_bootstrap.go line 128)

Check and suggest setup for gh aw GitHub token secrets

Issue

The documentation uses "gh-aw" (with hyphen) while the CLI source code uses "gh aw" (with space). According to the project's capitalization guidelines, the product name should be "GitHub Agentic Workflows" and the CLI extension should be referenced as gh aw (space, no hyphen).

Suggested Fix

Update the documentation at docs/src/content/docs/setup/cli.md line 258 to use consistent spacing:

Check and suggest setup for gh aw GitHub token secrets

This matches the CLI implementation and follows the project's naming conventions.

AI generated by CLI Consistency Checker

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Fix inconsistent capitalization in secrets bootstrap documentation Fix inconsistent capitalization in secrets bootstrap command description Dec 26, 2025
Copilot AI requested a review from mnkiefer December 26, 2025 16:09
@pelikhan pelikhan marked this pull request as ready for review December 26, 2025 16:25
@pelikhan pelikhan merged commit adfb664 into main Dec 26, 2025
4 checks passed
@pelikhan pelikhan deleted the copilot/fix-capitalization-in-cli-docs branch December 26, 2025 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[cli-consistency] Inconsistent capitalization in "secrets bootstrap" description

3 participants