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