chimera crew-isolated
Tier-3: tool-using workers split ONE task, each in its own git worktree, verify-gated. Define workers with repeated --worker 'name:instruction'. Each runs a real agent loop (search/read/edit) against an isolated checkout; non-conflicting edits that pass --verify merge back, files two workers both changed are flagged as conflicts, and a worker whose check fails is rejected (its edits discarded). Needs a git repo to isolate.
Arguments
TASKstrrequiredThe shared task the workers divide.
Options
--worker, -WstrA worker as 'name:instruction'; repeatable. Each edits in its own worktree.
--workspace, -wstrdefault:'.'Repository root (a git repo, to isolate).
--model, -mstrOverride the model slug.
--verifystrPer-worker gate: shell command run in each worktree (exit 0 to merge).
--max-stepsintdefault:6Max tool-calling steps per worker.
--max-workersintdefault:4Max concurrent isolated workers.
--synthesizebooleanA supervisor folds the merged results into one unified report.
--fusebooleanRoute worker 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.