From 5eba8f5b605a5ee785f5da2eb0db59b5cbf5ceb4 Mon Sep 17 00:00:00 2001 From: Saravana Dhandapani Date: Sun, 15 Feb 2026 03:52:19 -0800 Subject: [PATCH] docs(workstreams): link triageResult + blob media ref work --- docs/workstreams/MOBILE_WORKSTREAM_REMAINING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/workstreams/MOBILE_WORKSTREAM_REMAINING.md b/docs/workstreams/MOBILE_WORKSTREAM_REMAINING.md index 34d78612..8ed9c8d8 100644 --- a/docs/workstreams/MOBILE_WORKSTREAM_REMAINING.md +++ b/docs/workstreams/MOBILE_WORKSTREAM_REMAINING.md @@ -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