ct idempotency check
Check whether side task scorers are idempotent.
Usage
ct idempotency check [OPTIONS]
Options
| Option | Description |
|---|---|
-e, --env TEXT | Environment ID to check. [required] |
-s, --side-task TEXT | Side task ID(s). If omitted, checks all side tasks for the env. |
--traj TEXT | Path to a solution.json trajectory to apply to the container before checking. |
--no-traj | Skip automatic trajectory discovery; run scorer with empty state. |
--auto-down | Automatically tear down the container after the check (skip prompt). |
--context TEXT | Live context ID (uses active if omitted). |
-n, --scorer-calls INTEGER | Number of scorer calls per side task. [default: 2] |
--settle-delay FLOAT | Seconds to wait after each scorer call for state to settle. [default: 3.0] |
--help | Show this message and exit. |