Roadmap
We're building in public. Here's what's shipped and what's next.
- M1
Ticket Agent MVP
In progress- Monorepo scaffold + quality toolchain
- Local stack (docker-compose)
- Jira webhook ingestion + state machine
- Developer agent (implement → test → PR)
- Per-ticket model + reasoning-effort fields
- Swagger API docs
- M2
Agent runtime
Planned- Ephemeral, isolated runs per ticket
- Evidence store (transcripts, diffs, findings)
- One image, three roles: developer, reviewer, fixer
- Agent harness backends beyond Claude — Codex, Gemini CLI, OpenRouter
- M3
Self-review loop
Planned- Reviewer agent finds issues
- Fixer agent resolves them
- Up to five rounds, then hand off
- M4
Dashboard UI
Planned- Fleet view — live agent status + spend
- Ticket timeline + run detail
- Transcript + diff viewers
- M5
Hardening + audit anchors
Planned- Tamper-evident hash-chain verifier
- External audit anchoring
- Production hardening
- M6
End-to-end testing in the agentic environment
Planned- E2E test suites run inside the agent runtime
- Agents validate changes against real flows before handoff
- Test results attached to the run and ticket