docs(workstreams): link triageResult + blob media ref work

This commit is contained in:
Saravana Dhandapani 2026-02-15 03:52:19 -08:00
parent e64bba258f
commit 5eba8f5b60

View File

@ -109,6 +109,15 @@ Triage persistence
- [x] **P0** — Backend: store structured `MemoryItem` in Cosmos DB with triage fields (`platform-service` `memory_items`)
- [ ] **P0** — Mobile: wire triage confirmation to send `triageResult` + `brainIds` to backend (`POST /api/memory-items`)
- [x] iOS: send `triageResult` on create
- https://github.com/saravanakumardb1/learning_multimodal_memory_agents/commit/94b1a19
- [x] Android: send `triageResult` on create (mock flow)
- https://github.com/saravanakumardb1/learning_multimodal_memory_agents/commit/098e8c2
Blob persistence
- [x] **P1** — Backend: accept blob media refs in `memory-items` create payload (audio/image)
- https://github.com/saravanakumardb1/learning_ai_common_plat/commit/e64bba2
Widgets