What it is
115k lines of Go: a coding agent that runs as a service rather than in a terminal. You assign it a Linear ticket or mention it in Slack; it clones the repository, implements the change, validates it against the repo's own build, lint and test commands, opens a pull request, reviews its own diff and pushes it through CI. Then it waits for human comments and revises, unwatched.
The model behind it is swappable, and that is the point. Claude, Codex, Gemini, Kimi, Grok, GLM and Cursor's Composer all run the same work; a ticket can pin one with a label, and if it is unavailable the run moves to another by itself. Nothing above the adapter layer knows which vendor ran.
Agent layer
Context and retrieval
Validation
Orchestration
Delivery and telemetry