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.
Аргументы
TASKSstrобязательныйTasks to solve in parallel, each isolated.
Параметры
--workspace, -wstrпо умолчанию:'.'Workspace root (a git repo, to isolate).
--model, -mstrOverride the model slug.
--max-stepsintпо умолчанию:6Max tool-calling steps per task.
--max-attemptsintпо умолчанию:2Max verify-or-revert attempts per task.
--max-workersintпо умолчанию: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.