Multi-Agent Coding Orchestrator
An Electron desktop app that runs several coding agents at once, closer to agent infrastructure than to another chat window.
Claude and Codex work side by side, each in its own git worktree, so parallel runs never fight over the same files.
A Linear-inspired dark workbench keeps live terminals, chat transcripts, diff review, and per-agent run settings in one view.
An MCP recommender, a skills system, Semgrep scanning, and SQLite-backed session persistence handle the parts that make long runs survivable.
Commit and lane actions, project setup, and a control panel round it out, so a dozen concurrent runs stay legible.