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
TASKSstrrequiredTasks to solve in parallel, each isolated.
Options
--workspace, -wstrdefault:'.'Workspace root (a git repo, to isolate).
--model, -mstrOverride the model slug.
--max-stepsintdefault:6Max tool-calling steps per task.
--max-attemptsintdefault:2Max verify-or-revert attempts per task.
--max-workersintdefault:4Max concurrent isolated workers.
--fusebooleanRoute deep-reasoning turns through fusion.
--taintbooleanArm 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.