docs(workstreams): update progress — TestFlight builds, delete history, sessions design, devops docs, production readiness

This commit is contained in:
saravanakumardb1 2026-02-15 03:24:52 -08:00
parent 17c41e8441
commit 63ab1631e1
2 changed files with 19 additions and 3 deletions

View File

@ -25,6 +25,15 @@
- 2026-02-15: Unblocked platform/tracker Cosmos usage by adding dev auto-init for missing DB/containers (services call `initializeAllContainers()`)
- 2026-02-15: Verified auth + tracker E2E via container-run smoke: register/login/me; create item/comment/vote; public roadmap vote + submit idea (**6.15**, **6.16**)
- 2026-02-15: Local Docker cleanup: `docker system prune -af` reclaimed ~10.5GB (build cache)
- 2026-02-15: Production readiness checks passed across all 3 repos (install, build, typecheck, lint, test)
- 2026-02-15: LysnrAI: fixed Pydantic v2 `PlanTier` runtime import (`bcda5d1`), ruff import sort (`60c1d79`)
- 2026-02-15: LysnrAI: TestFlight Build 7 + Build 8 uploaded to App Store Connect (`e2597a8`, `8f852f3`)
- 2026-02-15: LysnrAI: delete-all history support (backend + web + iOS) (`bdb9f3f`)
- 2026-02-15: LysnrAI: dictation sessions design doc — PTT, dual-prompt, multi-format export (`a34ecff`, `5ac6adf`)
- 2026-02-15: Common platform: DevOps docs overhaul — AKV audit, secrets rotation, env var audit (`ea44a73``4d78c45`)
- 2026-02-15: Common platform: seeded all 13 `lysnr-*` Key Vault secrets (`a7dd0a3`, `7c72ed7`)
- 2026-02-15: All 3 repos: agent docs updated (AGENTS.md, CLAUDE.md, etc.) (`cb728d3`, `7fe22c7`, `fb3c893`)
- 2026-02-15: All 3 repos: main branch backups pushed to remote
## Prereqs (Local)

View File

@ -22,6 +22,13 @@
- https://github.com/saravanakumardb1/learning_voice_ai_agent/commit/2e79ed1
- 2026-02-15: MindLyst iOS MemoryStore + CaptureModeKind now power the Home feed, Capture screen, and triage confirmation flow with persistent data.
- https://github.com/saravanakumardb1/learning_multimodal_memory_agents/commit/84f72d0
- 2026-02-15: LysnrAI iOS TestFlight Build 7 + Build 8 uploaded to App Store Connect (entitlements workaround for provisioning profile).
- https://github.com/saravanakumardb1/learning_voice_ai_agent/commit/8f852f3
- 2026-02-15: LysnrAI iOS + backend + web: delete individual entries and clear-all history support.
- https://github.com/saravanakumardb1/learning_voice_ai_agent/commit/bdb9f3f
- 2026-02-15: LysnrAI: dictation sessions design doc — push-to-talk, dual-prompt (transcription hint + composition prompt), multi-format export (PDF/Markdown/text).
- https://github.com/saravanakumardb1/learning_voice_ai_agent/commit/5ac6adf
- 2026-02-15: Production readiness checks passed: 568 desktop + 92 backend tests, all 3 dashboards typecheck clean.
## Home Laptop Priority (No Proxy Issues)
@ -37,12 +44,12 @@
- [ ] License activation flow (auth/licensing)
- [ ] Cloud sync (settings + history)
- [ ] Settings persistence (local + synced)
- [ ] Copy/share output
- [ ] Sound feedback (iOS done) — https://github.com/saravanakumardb1/learning_voice_ai_agent/commit/2e79ed1
- [x] Copy/share output — swipe-to-share in HistoryView + delete individual/all history
- [x] Sound feedback (iOS done) — https://github.com/saravanakumardb1/learning_voice_ai_agent/commit/2e79ed1
- [ ] Stats screen (wire UI to real data)
- [ ] Polish + bug fixes
- [ ] Device testing (Pixel 7/S24, Pixel 5, iPhone 15, iPhone 13)
- [ ] TestFlight build (internal) + metadata sanity
- [x] TestFlight build (internal) + metadata sanity — Build 7 + Build 8 uploaded (2026-02-15)
- [ ] Play Store internal testing track build
- [ ] Close "design mockups" item: create mocks or explicitly skip (screens already fleshed out)