Roadmap

Stage and plan for Repo RAG Debugger

GitHub
Current stage
Where this project sits today.
Ready to build
Now — Showcase deploy
now
The Vercel deploy is a public landing page with a public telemetry endpoint. The API skeleton is documented; production workload is not yet routed through it.
  • Static landing page is live at vercel.app
  • Public /api/stats Tier-B telemetry endpoint
  • GitHub-derived metrics behind a 5-minute cache
  • TELEMETRY_SCHEMA.md as the public contract
Next — MVP build
next
Implement the four MVP commitments. After this phase the system is promoted from "showcase" to "live" and the telemetry contract upgrades to Tier-A.
  • Index repositories and markdown docs
  • Upload stack traces or pasted errors
  • Return grounded explanations with cited files
  • Track accepted fixes for future retrieval
Later — Production graduation
later
Once the MVP runs real workload, the dashboard upgrades to Tier-A telemetry with workload counters (per-system metric set), middleware-recorded query/run logs, and Postgres-persisted aggregations.
  • Tier-A live telemetry replaces Tier-B GitHub-derived metrics
  • Postgres persistence for workload counters
  • Middleware-driven recording with privacy invariants
  • Audit trail surfaced in the dashboard