Skip to content

All commands

chimera solve-batch

Solve several tasks concurrently, each in its own git worktree (Tier-3 isolation). Every task runs against an isolated checkout, so parallel edits never collide. On merge-back, a file two tasks both changed is reported as a conflict and left for you to resolve rather than silently overwritten. Needs a git repo to isolate.

Arguments

  • TASKSstrrequired

    Tasks to solve in parallel, each isolated.

Options

  • --workspace, -wstrdefault: '.'

    Workspace root (a git repo, to isolate).

  • --model, -mstr

    Override the model slug.

  • --max-stepsintdefault: 6

    Max tool-calling steps per task.

  • --max-attemptsintdefault: 2

    Max verify-or-revert attempts per task.

  • --max-workersintdefault: 4

    Max concurrent isolated workers.

  • --fuseboolean

    Route deep-reasoning turns through fusion.

  • --taintboolean

    Arm each worker's adaptive allowlist (dangerous-when-tainted tools require approval). The cross-agent collusion monitor runs regardless — it's always on for fan-out.