docs(notes): record web review decision progress

This commit is contained in:
saravanakumardb1 2026-03-10 16:08:56 -07:00
parent 1bb220b2eb
commit 3f54332422
3 changed files with 15 additions and 1 deletions

View File

@ -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/`

View File

@ -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

View File

@ -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`