Roadmap
What's shipped and what's next
Follow the development of ChooChoo. For ways to get involved, see Contributing.
Shipped
- CLI with
validate,init,trace,context,auth,help - ODCS & ODPS schema validation
- OpenAPI, Arazzo, GraphQL, AsyncAPI, AI System Card schema validation
- Agent Trace recording (
trace record,trace list,trace show) - Trace hooks for Claude Code, Cursor, OpenCode, Gemini CLI, Codex
- Local documentation server
- Authentication via OAuth device flow
- Context Compiler — generate
AGENTS.mdfrom codebase scan
In progress
- Agent registry commands (
agent list,agent register) - The Station — governance and evaluation web UI (beta)
- Context quality scoring
Planned
- Governance engine (risk scoring, approval workflows, audit trail)
- Lineage graph queries and visualization
- Benchmark harness integration (SWE-Bench, ITBench, custom task suites)
- GEPA-style prompt optimization (auto-tune agent system prompts from trace feedback)
- Small model fine-tuning on customer repos
- Evaluation dashboard in The Station
- Visual Studio Code extension
- GitHub App for PR checks
- Enterprise SSO and RBAC
- Compliance reporting (GDPR, SOX, HIPAA)
Get involved
- Contributing — How to fork, build, and submit pull requests.
- Getting Started — Install ChooChoo and start using it today.
- Architecture — Understand the Engine-Map-Station architecture.