From f1c08d1a83b6c21bda1df6d616b17ba48431e28b Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Mon, 6 Apr 2026 13:44:41 -0700 Subject: [PATCH] docs: update AGENTS.md test counts and SMART_ACTIONS_ROADMAP Phase 6 status (G20) --- AGENTS.md | 2 +- docs/SMART_ACTIONS_ROADMAP.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) 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 ---