diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 154acdb..e67f7ba 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -416,6 +416,11 @@ Detailed implementation plans live under `docs/roadmaps/`. - verification passed for this slice with: - `web` `npm run typecheck` - `web` `npm test` +- 2026-03-10 — Review workflow entrypoints materially advanced (`99bc7a9`): + - review-page operator workflow cards now route into the corresponding operational surface instead of rendering as passive summary cards + - verification passed for this slice with: + - `web` `npm run typecheck` + - `web` `npm test` - 2026-03-10 — Mobile verification materially advanced: - mobile dependencies now install successfully with corrected sibling `@bytelyst/*` package paths - `npm run typecheck`, `npm run lint`, and `npm test` now pass in `learning_ai_notes/mobile/` diff --git a/docs/roadmaps/03_WEB_ROADMAP.md b/docs/roadmaps/03_WEB_ROADMAP.md index 0e59ac5..a35dafa 100644 --- a/docs/roadmaps/03_WEB_ROADMAP.md +++ b/docs/roadmaps/03_WEB_ROADMAP.md @@ -162,6 +162,7 @@ Stack: Next.js 16 + React 19 + TypeScript - Sidebar no longer exposes a hardcoded single-note navigation target (`4376519`). - Review queue items are now selectable so the featured proposal follows the operator's choice (`5ce9401`). - Dashboard operator workflows now route into real operational destinations (`6222fda`). + - Review-page operator workflows now route into real operational destinations (`99bc7a9`). - Active web surface copy now reflects the backend-backed product state instead of scaffold-era wording (`5458090`). # Open Questions