Cross-Editor Orchestrator for Parallel Coding Agents Sharing One Repo
Developers are running multiple AI coding agents simultaneously (Claude Code + Cursor + Aider on different branches, or fleets of them on parallel tasks) and hitting coordination chaos: agents clobbering each other's file edits, duplicate work, stale context, no shared execution layer. Augment's Intent and VS Code 1.109 shipped multi-agent workspaces in early 2026... but each is locked to its own editor/vendor. Multiple 2026 builders (groundctl, CodeHydra, Composio Agent Orchestrator) are circling an IDE-agnostic answer. Nobody has shipped 'pick your agents, pick your repo, I'll give them git worktrees and a coordination bus.'
The hard part isn't spawning agents, it's conflict-of-intent. Two agents both deciding to refactor the same file will shred each other. Model this as a planner/scheduler on top of a merge queue, not as a chat layer. And stay IDE-neutral — the moment you favor an editor, you become another Intent/Augment clone.
landscape (5 existing solutions)
Every major player shipped a multi-agent UI in Q1 2026 but all are captive to one editor or vendor. The neutral layer — think 'Kubernetes for agents on a repo' — is the category-defining product. It should be a CLI + daemon that hands out git worktrees, arbitrates file locks, pipes a shared decision log, and lets any agent (Claude Code subagent, Cursor Composer, Aider, homegrown) join as a worker.