You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The public roadmap page (apps/loopover-ui/src/routes/roadmap.tsx) is frozen at LAST_UPDATED = "2026-06-01" and still presents six phases referencing issues #233–#238 ("MCP doctor clarity", "command-copy flows") — a snapshot of the project from before the autonomous review agent, the AMS miner, the certified guarantee, Rent-a-Loop, and the bare-metal plane existed as public work. It is linked from the site nav and from external pinned material; anyone clicking through sees a much smaller project than the one that exists, directly contradicting the homepage.
Requirements
Rewrite ROADMAP_ITEMS (and column hints) against the real open milestones: Miner Wave 5 — Rent-a-Loop, Hosted Bare-Metal Execution Plane, ORB Cloud Readiness (Epic: ORB Cloud Readiness #4877) and the hosted chat platforms (both epics), PostHog Consolidation where it's public-relevant, and the shipped-recently story (certified close guarantee, decision replay, salvageability, federated intelligence).
Every item must reference a real, open, public issue or milestone — no invented phases, no stale numbers.
Public-safety review of every line: no pricing/amounts, no competitor names, no private-planning content, no wallet/trust-score/reward specifics. Rail-agnostic revenue framing at most ("settled on-chain via Bittensor or by conventional billing").
Update LAST_UPDATED/LAST_UPDATED_LABEL and keep the page's existing update discipline.
Keep the page's existing component structure and design tokens; this is a content rewrite, not a redesign.
Deliverables
Updated roadmap.tsx content merged to main.
The page's OG description already matches the new positioning (landed with the hero PR); confirm page copy and meta agree.
Context
The public roadmap page (
apps/loopover-ui/src/routes/roadmap.tsx) is frozen atLAST_UPDATED = "2026-06-01"and still presents six phases referencing issues #233–#238 ("MCP doctor clarity", "command-copy flows") — a snapshot of the project from before the autonomous review agent, the AMS miner, the certified guarantee, Rent-a-Loop, and the bare-metal plane existed as public work. It is linked from the site nav and from external pinned material; anyone clicking through sees a much smaller project than the one that exists, directly contradicting the homepage.Requirements
ROADMAP_ITEMS(and column hints) against the real open milestones: Miner Wave 5 — Rent-a-Loop, Hosted Bare-Metal Execution Plane, ORB Cloud Readiness (Epic: ORB Cloud Readiness #4877) and the hosted chat platforms (both epics), PostHog Consolidation where it's public-relevant, and the shipped-recently story (certified close guarantee, decision replay, salvageability, federated intelligence).LAST_UPDATED/LAST_UPDATED_LABELand keep the page's existing update discipline.Deliverables
roadmap.tsxcontent merged to main.Acceptance criteria
Out of scope
Redesigning the roadmap page layout; adding a changelog surface (the /changelog route already exists).