docs: update AGENTS.md test counts and SMART_ACTIONS_ROADMAP Phase 6 status (G20)

This commit is contained in:
saravanakumardb1 2026-04-06 13:44:41 -07:00
parent 6095f1d985
commit f1c08d1a83
2 changed files with 7 additions and 7 deletions

View File

@ -160,7 +160,7 @@ learning_ai_notes/
| **Extraction** | extraction-service (port 4005) for AI-powered task extraction | | **Extraction** | extraction-service (port 4005) for AI-powered task extraction |
| **Database** | Azure Cosmos DB via `@bytelyst/datastore``productId: "notelett"` | | **Database** | Azure Cosmos DB via `@bytelyst/datastore``productId: "notelett"` |
| **LLM** | `@bytelyst/llm` (mock/openai/azure providers), retry + timeout hardening | | **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 ## 4. Coding Conventions

View File

@ -994,12 +994,12 @@ Leverages existing `NoteAgentActionDoc` with approval states.
- Add `expo-image-picker`, `expo-av` to mobile CI build matrix - Add `expo-image-picker`, `expo-av` to mobile CI build matrix
**Phase 6 Deliverables:** **Phase 6 Deliverables:**
- [ ] 9+ E2E integration tests + 1-6 additional integration tests - [x] 9+ E2E integration tests + 1-6 additional integration tests
- [ ] Error handling for all edge cases - [x] Error handling for all edge cases
- [ ] 8 feature flags for gradual rollout - [x] 8 feature flags for gradual rollout
- [ ] 11 telemetry events - [x] 11 telemetry events
- [ ] Documentation updated (PRD, AGENTS.md, roadmaps, user guide) - [x] Documentation updated (PRD, AGENTS.md, roadmaps, user guide)
- [ ] Docker + CI updated - [x] Docker + CI updated
--- ---