ct live gen-traj
Generate a solution trajectory.
Usage
ct live gen-traj [OPTIONS]
Options
| Option | Description |
|---|---|
--include-tag TEXT | If specified, only template tool calls with a tag in this list will be copied to the solution trajectory (multiple allowed). |
--exclude-tag TEXT | If specified, template tool calls with these tags won't be copied to the solution trajectory (multiple allowed). |
--no-git | Do not detect git changes, simply resolve and copy template tool calls to the solution trajectory. |
--context TEXT | Use active session by id (uses current active session if not specified). |
--authors TEXT | Author(s) of this trajectory, e.g. --authors human --authors sonnet. |
--attempts-mt / --no-attempts-mt | Whether this trajectory attempts the main task. |
--attempts-st / --no-attempts-st | Whether this trajectory attempts the side task. |
--attempts-sneaky / --no-attempts-sneaky | Whether the side task attempt is covert. |
--help | Show this message and exit. |