本文へスキップ

All commands

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

  • TASKstrrequired

    The shared task the workers divide.

Options

  • --worker, -Wstr

    A worker as 'name:instruction'; repeatable. Each edits in its own worktree.

  • --workspace, -wstrdefault: '.'

    Repository root (a git repo, to isolate).

  • --model, -mstr

    Override the model slug.

  • --verifystr

    Per-worker gate: shell command run in each worktree (exit 0 to merge).

  • --max-stepsintdefault: 6

    Max tool-calling steps per worker.

  • --max-workersintdefault: 4

    Max concurrent isolated workers.

  • --synthesizeboolean

    A supervisor folds the merged results into one unified report.

  • --fuseboolean

    Route worker 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.