OmoiOS v1.0 Roadmap
This is the master tracking issue for all open work needed to reach v1.0. Items are organized by priority and category.
Last audit: Feb 15, 2026 — 9 issues closed as already implemented, descriptions updated on remaining issues.
Critical: Core System Integration
High: Backend Features
High: Frontend Features
Medium: Testing & Quality
Good First Issues (Starter Tasks)
Audit Summary (Updated)
| Category |
Finding |
| Backend services |
102 total, DAG services now wired |
| Billing system |
Production-ready: 5 tiers, Stripe integration, dunning, promo codes |
| Memory system |
Production-ready: Hybrid search (RRF), ACE workflow, pgvector |
| Deduplication |
Production-ready: Hash + semantic dedup across 6 entity types |
| Event system |
153 events published, ~18 subscribed — orphaned events remain |
| Test coverage |
~20% (tracking infra exists, actual coverage needs improvement) |
| Frontend pages |
66 total, some with hardcoded data, no test infrastructure |
| CI pipeline |
Backend lint only — no frontend checks |
What's NOT documented yet (added to ARCHITECTURE.md)
- ✅ Deduplication System — new section added (Part 15 equivalent)
- ✅ Memory & Context System — enhanced with pgvector details, hybrid search, ACE workflow
- ✅ Billing & Subscriptions — corrected tiers (Free/Pro/Team/Enterprise/Lifetime), expanded deep-dive
Future (Post v1.0)
- Viral loop: "Built with OmoiOS" PR badge
- Shareable spec showcase pages
- Post-completion share modals
- SDK and CLI (see
docs/design/sdk-cli-design.md)
- Launch week execution
OmoiOS v1.0 Roadmap
This is the master tracking issue for all open work needed to reach v1.0. Items are organized by priority and category.
Last audit: Feb 15, 2026 — 9 issues closed as already implemented, descriptions updated on remaining issues.
Critical: Core System Integration
Wire DAG system services into orchestrator worker✅ Already wiredFix admin authentication on billing endpoints✅ Full billing system implementedHigh: Backend Features
Implement agent restart cooldown✅ 60s default with configurable periodImplement password reset email flow✅ Full auth flow existsIntegrate Qdrant for semantic ticket search🚫 N/A — using pgvector (8 tables with Vector(1536))High: Frontend Features
Medium: Testing & Quality
Increase test coverage tracking✅ Coverage infrastructure exists (80% threshold, HTML reports)Good First Issues (Starter Tasks)
Add proper type annotations✅ Comprehensive throughout codebaseAdd loading skeleton to sandboxes page✅ Extensive loading states existAdd response_model to agent heartbeat endpoint✅ HeartbeatAck model existsAudit Summary (Updated)
What's NOT documented yet (added to ARCHITECTURE.md)
Future (Post v1.0)
docs/design/sdk-cli-design.md)