From 3092363ab2564046f0721182a6d1493f94005b42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:30:36 +0000 Subject: [PATCH] docs(cli): align init/forecast wording with CLI source-of-truth - init: example comment now says "Codespaces with additional repos" to match pkg/cli/init_command.go (#38126 L2) - forecast: description now says "AI Credit (AIC)" instead of "token usage" to match pkg/cli/forecast_command.go Short/Long text (#38386 #4) --- docs/src/content/docs/setup/cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/setup/cli.md b/docs/src/content/docs/setup/cli.md index d23c8bd5a70..51b9c35c41f 100644 --- a/docs/src/content/docs/setup/cli.md +++ b/docs/src/content/docs/setup/cli.md @@ -141,7 +141,7 @@ gh aw init --no-mcp # Skip MCP server integration gh aw init --no-skill # Skip dispatcher skill creation gh aw init --no-agent # Skip custom agent creation gh aw init --codespaces "" # Configure Codespaces for current repo only -gh aw init --codespaces repo1,repo2 # Configure devcontainer for additional repos +gh aw init --codespaces repo1,repo2 # Configure Codespaces with additional repos gh aw init --completions # Install shell completions gh aw init --create-pull-request # Initialize and open a pull request ``` @@ -581,7 +581,7 @@ Maps PR check rollups to one of the following normalized states: `success`, `fai #### `forecast` `[EXPERIMENTAL]` -Forecast token usage and costs for agentic workflows using recent run history and Monte Carlo simulation. +Forecast AI Credit (AIC) usage and costs for agentic workflows using recent run history and Monte Carlo simulation. ```bash wrap gh aw forecast # Forecast all workflows (monthly)