docs(mcp+a2a): check off remaining items — PeakPulse export, LysnrAI stt-status, JarvisJr/NomGap pre-existing

This commit is contained in:
saravanakumardb1 2026-03-05 11:08:47 -08:00
parent 7d630cf503
commit 9a4a4648a3

View File

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