ct run env-description-audit
Audit environment descriptions against the actual codebase.
Usage
ct run env-description-audit [OPTIONS]
Options
| Option | Description |
|---|---|
-e, --env TEXT | Environment(s) to audit (audits all if omitted) |
-n, --name TEXT | Name prefix for the output directory |
-c, --max-concurrent INTEGER RANGE | Maximum concurrent API calls (default: 2). Each env sends a large prompt; low TPM tiers may need -c 1, especially with Opus. [x>=1] |
-m, --model TEXT | Anthropic model ID to use, e.g. claude-opus-4-7 or claude-sonnet-4-6. Aliases (opus, sonnet) and non-Anthropic model IDs are not supported (default: claude-opus-4-7). |
--help | Show this message and exit. |