diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 3b8086f..333e504 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -325,6 +325,13 @@ Detailed implementation plans live under `docs/roadmaps/`. - 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 — Web review decisions materially advanced (`1bb220b`): + - the web review surface now approves and rejects proposals through the backend `note-agent-actions` review route + - proposal comparison cards now expose real approve/reject actions instead of read-only before/after scaffolding + - the approval queue and timeline now update in-session after a review decision is applied + - 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 af80d0d..688d9f4 100644 --- a/docs/roadmaps/03_WEB_ROADMAP.md +++ b/docs/roadmaps/03_WEB_ROADMAP.md @@ -131,6 +131,12 @@ Stack: Next.js 16 + React 19 + TypeScript - Re-verified the backend-backed note/workspace slice with: - `npm run typecheck` - `npm test` + - Review decisions are now actionable from the web operator surface (`1bb220b`): + - proposal review cards now expose approve/reject controls + - review decisions patch backend `note-agent-actions` state and update the local queue/timeline immediately + - Re-verified the web review slice with: + - `npm run typecheck` + - `npm test` # Open Questions diff --git a/docs/roadmaps/04_MOBILE_ROADMAP.md b/docs/roadmaps/04_MOBILE_ROADMAP.md index 1deb4e0..015be69 100644 --- a/docs/roadmaps/04_MOBILE_ROADMAP.md +++ b/docs/roadmaps/04_MOBILE_ROADMAP.md @@ -84,7 +84,8 @@ Stack: React Native + Expo + TypeScript - Expo now boots locally, and `tsconfig.json` was aligned to extend `expo/tsconfig.base`. - Mobile core Expo package versions were aligned to the SDK 55 expectations surfaced during runtime startup. - Mobile currently uses provisional product config, but the core quick-capture and note retrieval/edit slice is now wired to the product backend. -- Quick capture now persists notes through the product backend instead of saving local-only drafts. +- Quick capture now persists notes through the product backend instead of saving local-only drafts (`5995b6c`). +- Inbox approvals/activity now hydrate from backend `note-agent-actions`, and approve/reject actions now patch the real backend review state (`8f14698`). - Re-verified the current mobile slice with: - `npm run typecheck`