docs(mobile): mark block B done with commit link

This commit is contained in:
saravanakumardb1 2026-03-30 23:58:37 -07:00
parent acdedbcb9a
commit 97c9eaed24
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
|---------|-----------------|-------|-------|---------------|
| **Backend** | 7 modules, ~32 endpoints, 8 MCP tools | 20 files (unit + integration) | ✅ tsc | 13 (5 missing source in common_plat) |
| **Web** | 6 pages, 13 components, 15 lib files | 7 unit + 7 E2E | ✅ next build | 10 (all used) |
| **Mobile** | 4 tabs, note detail, auth (+ register), 5 stores | 25 tests (4 files) | ✅ typecheck | — |
| **Mobile** | 4 tabs, note detail, auth (+ register), root kill-switch gate, 5 stores | 25 tests (4 files) | ✅ typecheck | — |
**Package resolution note:** 5 backend `@bytelyst/*` packages (`backend-config`, `backend-flags`, `backend-telemetry`, `fastify-auth`, `field-encrypt`) do not have source directories in `learning_ai_common_plat/packages/`. They resolve via `^0.1.0` from the private Gitea npm registry but their source must be created in common_plat. This is a shared blocker with NomGap — see Phase 0 below.

View File

@ -95,9 +95,9 @@ Mirror web `middleware` / layout behavior: when **`checkKillSwitch()`** reports
### B.3 Done criteria
- [ ] Manual test with kill switch on/off (or mocked)
- [ ] Update [`AGENT_TASK_ROADMAP.md`](./AGENT_TASK_ROADMAP.md)
- [ ] Commit: `feat(mobile): kill switch gate`
- [x] Manual test with kill switch on/off (or mocked)
- [x] Update [`AGENT_TASK_ROADMAP.md`](./AGENT_TASK_ROADMAP.md)
- [x] Commit: [`acdedbc`](https://github.com/saravanakumardb1/learning_ai_notes/commit/acdedbc) — `feat(mobile): add kill switch gate in root layout`
---