diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 43837d2..3b8086f 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -319,6 +319,12 @@ Detailed implementation plans live under `docs/roadmaps/`. - `web` `npm run typecheck` - `web` `npm test` - `mobile` `npm run typecheck` +- 2026-03-10 — Mobile approval/activity integration materially advanced (`8f14698`): + - mobile inbox approvals now hydrate from backend `note-agent-actions` instead of seeded local Zustand data + - mobile approve/reject actions now persist proposal state back through the backend review route + - mobile activity feed now derives from real backend agent-action history across workspaces + - verification passed for this slice with: + - `mobile` `npm run typecheck` - 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/` @@ -333,5 +339,5 @@ Detailed implementation plans live under `docs/roadmaps/`. - **Deferred** - Complete real end-to-end CRUD wiring across every web/mobile surface - Blob-backed artifacts and upload/download flows - - Integrated approval/review/audit UX + - Fully integrated approval/review/audit UX across every surface - Persisted saved views, keyboard shortcut expansion, and deeper performance hardening