ct run env-description-audit

Audit environment descriptions against the actual codebase.

Usage

ct run env-description-audit [OPTIONS]

Options

OptionDescription
-e, --env TEXTEnvironment(s) to audit (audits all if omitted)
-n, --name TEXTName prefix for the output directory
-c, --max-concurrent INTEGER RANGEMaximum 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 TEXTAnthropic 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).
--helpShow this message and exit.