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 | Provider-prefixed model ID, e.g. anthropic/claude-sonnet-5. Aliases (opus, sonnet) are not supported (default: openai/gpt-6-astra). |
--help | Show this message and exit. |