Roadmap
Mushi is built in the open. The whitepaper documents the full architectural target — code catches up release by release.
Currently shipping: v1.15.x (Wave D complete). See the Changelog for what landed.
Live boards
- Public roadmap board — every active issue, sorted by Wave + milestone.
- Open issues — file a bug, feature request, or RFC.
- Discussions — design conversation, Q&A, show-and-tell.
Release waves
| Wave | Theme | Status |
|---|---|---|
| A | Vision air-gap, MCP correctness, RAG, sandbox | ✅ Shipped |
| B | WASM SLM classifier, real-time collab, AG-UI, fine-tuning pipeline | ✅ Shipped |
| C | Mobile parity (RN + iOS + Android + Flutter + Capacitor), A2A protocol, SOC 2 readiness, data residency pinning, BYOK, BYO storage | ✅ Shipped |
| D | Plugin marketplace GA, docs site, Mushi Cloud GA, multi-repo coordinated fixes, PDCA console enhancements, QA coverage stories, SDK install & upgrade one-click, Skill-driven triage, Codebase Atlas | ✅ Shipped (v1.15.x) |
| E | v1.0.0 cross-platform stable API, Launch Week, frictionless onboarding, self-hosting one-click | 🔄 In-flight |
Wave E details (in-flight)
| Feature | Status | Notes |
|---|---|---|
@mushi-mushi/* 1.0.0 stable API locks | 🔄 In-flight | Coordinated 1.0 across all 0.x packages (capacitor, node, vue, svelte, angular) |
| Frictionless onboarding | 🔄 In-flight | GitHub/Google OAuth signup, auto-provisioned project+key, mushi login device flow |
| Self-hosting one-click | 🔄 In-flight | Railway / Render deploy button, MUSHI_INIT_* headless bootstrap |
| Launch Week | ⏭ Next | Public Show HN + Product Hunt + Reddit coordinated launch |
Wave D highlights (v1.15.x, shipped)
- One-click SDK install & upgrade —
npx mushi-mushi+npm create mushi-mushiwizard, SDK upgrade PRs from the Connect hub - Skill-driven triage —
skill-sync,classify-reportStage 2, pipeline runs, cursor-kenji integration - Codebase Atlas (
/explore) — semantic codebase search, ask, tour, and knowledge surface - sdk-versions-cron — daily npm sync keeps SDK freshness chips accurate
- Backend drift scanner — daily schema snapshot diff,
gate_findingsof typeschema_drift - MCP 72-tool surface —
@mushi-mushi/mcp@0.16,mcp:read+mcp:writescopes, 10 feature groups
Completed highlights (Wave C, v0.8.0)
- Native SDKs — iOS (Swift, CocoaPods + SPM), Android (Kotlin, Maven Central), Flutter (pub.dev), Capacitor
- A2A discovery —
a2a-push-notifyedge function; agents can subscribe to Mushi events as A2A peers - SOC 2 readiness module — retention policies, DSAR, RLS coverage snapshots, quarterly evidence pack
- Data residency — US / EU / JP region pinning at project creation
- BYO storage — S3, Cloudflare R2, GCS, MinIO, or Supabase Storage per project
- BYOK — project-scoped Anthropic + OpenAI keys via Supabase Vault
- PDCA runner — closed-loop iteration engine: fix → judge → promote, visible in the Iterate console page
- Drift scanner —
drift-walker+contract-graph-builderdetect API contract drift against live routes - QA coverage stories — define and schedule user-story tests from the admin console
See the Whitepaper for the full architectural target.
Last updated on