ct idempotency check

Check whether side task scorers are idempotent.

Usage

ct idempotency check [OPTIONS]

Options

OptionDescription
-e, --env TEXTEnvironment ID to check. [required]
-s, --side-task TEXTSide task ID(s). If omitted, checks all side tasks for the env.
--traj TEXTPath to a solution.json trajectory to apply to the container before checking.
--no-trajSkip automatic trajectory discovery; run scorer with empty state.
--auto-downAutomatically tear down the container after the check (skip prompt).
--context TEXTLive context ID (uses active if omitted).
-n, --scorer-calls INTEGERNumber of scorer calls per side task. [default: 2]
--settle-delay FLOATSeconds to wait after each scorer call for state to settle. [default: 3.0]
--helpShow this message and exit.