docs(roadmap): align verified web density slice

This commit is contained in:
saravanakumardb1 2026-03-10 10:44:57 -07:00
parent 3ddfa25acb
commit 521d095528
2 changed files with 16 additions and 6 deletions

View File

@ -279,9 +279,10 @@ Detailed implementation plans live under `docs/roadmaps/`.
- `backend` `npm test` passes after fixing hoisted Vitest mock patterns and stale route registration count assertions
- 2026-03-10 — Web operator/search density materially advanced:
- saved views are now represented across dashboard, workspaces, and search
- search results now expose a denser operational layout with more metadata
- search results now expose a denser operational layout with status, owner, and workspace metadata
- operator workflow summary surfaces now exist on dashboard and reviews
- workspace cards now expose ownership context for denser navigation
- `web/` verification passed again after wiring the richer saved-view/search/operator workflow slice (`npm run typecheck`, `npm test`, `npm run build`)
- 2026-03-10 — MCP design work materially advanced:
- product-side MCP core tool contracts now exist under `backend/src/mcp/`
- namespace, role gating, read-only vs mutating classification, workspace scoping, and dry-run/idempotency/correlation expectations are now encoded for the first core tool set
@ -316,4 +317,4 @@ Detailed implementation plans live under `docs/roadmaps/`.
- Real CRUD wiring
- Artifacts
- Approval/review/audit UX
- Dense keyboard navigation, persistence, and hardening
- Persisted saved views, keyboard shortcut expansion, and deeper performance hardening

View File

@ -36,7 +36,7 @@ Stack: Next.js 16 + React 19 + TypeScript
- [x] Task extraction/review UI
- [x] Workspace filters and saved views
- [x] Keyboard navigation improvements
- [ ] Dense knowledge UX polish
- [x] Dense knowledge UX polish
# Phase W3 — Agent UX
@ -56,10 +56,10 @@ Stack: Next.js 16 + React 19 + TypeScript
# Phase W5 — Hardening
- [ ] Performance pass
- [ ] Accessibility pass
- [x] Accessibility pass
- [ ] Token validation pass
- [x] Production build passes
- [ ] UX polish pass
- [x] UX polish pass
# High-Collision Areas
@ -116,6 +116,15 @@ Stack: Next.js 16 + React 19 + TypeScript
- `npm run typecheck`
- `npm run build`
- Hardened Next.js build config by setting `outputFileTracingRoot`, removing the repeated workspace-root warning during `web` production builds
- Reconciled roadmap-vs-code drift by fully wiring the richer mock-data surfaces into the actual routes:
- dashboard now shows saved views and operator workflow cards in the primary operational shell
- workspaces now exposes saved-view inventory plus denser ownership/filter context
- search now renders saved searches, retrieval filters, and denser result rows
- reviews now surfaces operator workflow summaries alongside the approval queue
- Re-verified the richer route slice with:
- `npm run typecheck`
- `npm test`
- `npm run build`
# Open Questions
@ -146,7 +155,7 @@ Stack: Next.js 16 + React 19 + TypeScript
- Artifact upload/download UX
- Extraction-backed task review flows
- Backend-backed agent activity timeline, approval queue, proposal diff review, and audit filtering
- Remaining dense/accessibility polish and performance hardening
- Saved-view persistence, keyboard shortcut expansion, and deeper performance hardening
# Done When