Project Roadmap¶
Read-only mirror
Agents write .cursor/ROADMAP.md in Git.
This page mirrors the tracking table and adds Conductor metrics when you expand a row.
Loading roadmap & conductor metrics…
Columns¶
| Column | Source | Meaning |
|---|---|---|
| ID … PR | .cursor/ROADMAP.md |
Same tracking table as agents use |
| Runs | Conductor metrics | Workflow dispatches with parsed sessions |
| Tokens | Conductor metrics | Sum of all sessions for this step |
Expand a row for session detail, phase breakdown, charts, and links to Cursor agents / GHA jobs.
Sync commands
node .github/conductor/sync-roadmap-snapshot.mjs
node .github/conductor/backfill-metrics.mjs # historical GHA logs
Data sources¶
| Item | Location |
|---|---|
| Agent SoT | .cursor/ROADMAP.md |
| Roadmap snapshot | .github/conductor/metrics/roadmap-snapshot.json |
| Metrics index | .github/conductor/metrics/index.json |
| Session files | .github/conductor/metrics/sessions/{uuid}.json |
| Live collector | .github/conductor/metrics.mjs |
| Future (Step 4.9) | kernkit/dev-dashboard — cross-repo, real-time branch metrics |
Marker: conductor-metrics:v2 · roadmap table + metrics accordion