diff --git a/AGENTS.md b/AGENTS.md index 4f87332..cf6da7a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -160,7 +160,7 @@ learning_ai_notes/ | **Extraction** | extraction-service (port 4005) for AI-powered task extraction | | **Database** | Azure Cosmos DB via `@bytelyst/datastore` — `productId: "notelett"` | | **LLM** | `@bytelyst/llm` (mock/openai/azure providers), retry + timeout hardening | -| **Tests** | Vitest — 157 backend tests (28 files), 14 web tests (7 files), 33 mobile tests (7 files), 9 Playwright E2E specs | +| **Tests** | Vitest — 192 backend tests (32 files), 45 web tests (11 files), 50 mobile tests (10 files), 9 Playwright E2E specs | ## 4. Coding Conventions diff --git a/docs/SMART_ACTIONS_ROADMAP.md b/docs/SMART_ACTIONS_ROADMAP.md index 316fcbd..ced61b3 100644 --- a/docs/SMART_ACTIONS_ROADMAP.md +++ b/docs/SMART_ACTIONS_ROADMAP.md @@ -994,12 +994,12 @@ Leverages existing `NoteAgentActionDoc` with approval states. - Add `expo-image-picker`, `expo-av` to mobile CI build matrix **Phase 6 Deliverables:** -- [ ] 9+ E2E integration tests + 1-6 additional integration tests -- [ ] Error handling for all edge cases -- [ ] 8 feature flags for gradual rollout -- [ ] 11 telemetry events -- [ ] Documentation updated (PRD, AGENTS.md, roadmaps, user guide) -- [ ] Docker + CI updated +- [x] 9+ E2E integration tests + 1-6 additional integration tests +- [x] Error handling for all edge cases +- [x] 8 feature flags for gradual rollout +- [x] 11 telemetry events +- [x] Documentation updated (PRD, AGENTS.md, roadmaps, user guide) +- [x] Docker + CI updated ---