From 9a4a4648a3620bac29fd89a306f306729894dcec Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Thu, 5 Mar 2026 11:08:47 -0800 Subject: [PATCH] =?UTF-8?q?docs(mcp+a2a):=20check=20off=20remaining=20item?= =?UTF-8?q?s=20=E2=80=94=20PeakPulse=20export,=20LysnrAI=20stt-status,=20J?= =?UTF-8?q?arvisJr/NomGap=20pre-existing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/MCP+A2A/DOMAIN_PRODUCTS.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/MCP+A2A/DOMAIN_PRODUCTS.md b/docs/MCP+A2A/DOMAIN_PRODUCTS.md index 1dfb1940..31d62b56 100644 --- a/docs/MCP+A2A/DOMAIN_PRODUCTS.md +++ b/docs/MCP+A2A/DOMAIN_PRODUCTS.md @@ -116,7 +116,7 @@ nomgap.social.listGroupFasts(userId) ### Highest-ROI first - [x] Wire `@bytelyst/diagnostics-client` (`src/app/_layout.tsx` + `src/lib/diagnostics.ts`) — [6371266](https://github.com/saravanakumardb1/learning_ai_fastgap/commit/6371266) -- [ ] `nomgap.push.fire` convenience wrapper in `src/api/push-api.ts` +- [x] `nomgap.push.fire` convenience functions — _all 7 trigger types already existed in `src/api/push-api.ts`_ - [ ] SafetyMonitorAgent spec in `docs/agents/` --- @@ -157,8 +157,8 @@ peakpulse.weather.getSnapshot(sessionId) ← WeatherSnapshotDoc for a ses ### Highest-ROI first -- [ ] Wire `@bytelyst/diagnostics-client` into iOS `PeakPulseApp.swift` (via Platform/ wrapper) — _pending: iOS wrapper pattern_ -- [ ] `peakpulse.sessions.export` endpoint in `backend/src/modules/peak-sessions/routes.ts` +- [ ] Wire `@bytelyst/diagnostics-client` into iOS `PeakPulseApp.swift` (via Platform/ wrapper) — _pending: iOS Platform/ Swift wrapper_ +- [x] `peakpulse.sessions.export` endpoint (`GET /peak/sessions/:id/export`) — [bfeb465](https://github.com/saravanakumardb1/learning_ai_peakpulse/commit/bfeb465) - [ ] SyncDiagnosticsAgent spec --- @@ -221,7 +221,7 @@ This product's own coaching "crew" maps naturally to A2A: ### Highest-ROI first - [x] Wire `@bytelyst/diagnostics-client` (`web/src/app/layout.tsx` + `web/src/lib/diagnostics.ts`) — [5bc1fcc](https://github.com/saravanakumardb1/learning_ai_jarvis_jr/commit/5bc1fcc) -- [ ] `jarvis.memory.prune` endpoint in `backend/src/modules/jarvis-memory/routes.ts` +- [x] `jarvis.memory.prune` endpoint (`POST /jarvis/agents/:agentId/memory/prune`) — _already existed in codebase_ - [ ] MarketplaceCertificationPipeline A2A spec --- @@ -328,7 +328,7 @@ lysnrai.stt.getBackendStatus() ← online (Azure) vs offline - [x] Wire `@bytelyst/diagnostics-client` (`user-dashboard-web/src/app/providers.tsx` + `src/lib/diagnostics.ts`) — [dacccda](https://github.com/saravanakumardb1/learning_voice_ai_agent/commit/dacccda) - [x] Transcript extraction endpoint (`POST /transcripts/:id/extract`) — [3164a61](https://github.com/saravanakumardb1/learning_voice_ai_agent/commit/3164a61) -- [ ] `lysnrai.stt.getBackendStatus` endpoint (one-liner status check) +- [x] `lysnrai.stt.getBackendStatus` endpoint (`GET /transcripts/stt-status`) — [f79ab73](https://github.com/saravanakumardb1/learning_voice_ai_agent/commit/f79ab73) ---