coordinator.js now runs one long-lived planner/investigator/implementer/judge session per repo (reused across every task via tmux send-keys) instead of a fresh spawn per task per stage. Tasks within a repo run sequentially against that pool; concurrency is now REPO_CONCURRENCY (default 3) concurrent repos via a new --repos flag, not concurrent tasks in one repo's phase.