docs(roadmap): annotate diagnostics checkpoint

This commit is contained in:
saravanakumardb1 2026-03-10 12:43:23 -07:00
parent 2fac1ba913
commit e76174d43c
3 changed files with 14 additions and 5 deletions

View File

@ -656,6 +656,9 @@ Use the common services the way the PRD intended.
- extraction is best-effort but real
- MCP integration is aligned with shared orchestration patterns
### Checkpoint
- shared diagnostics/telemetry config alignment completed in [`2fac1ba`](https://github.com/saravanakumardb1/learning_ai_notes/commit/2fac1ba)
## Phase E — Shared UI / Contract Hygiene
### Goal

View File

@ -73,8 +73,11 @@ Checkpoint:
# Phase R3 — Shared Platform Completion
- [ ] Telemetry uses shared ingestion and correct product tagging
- [ ] Diagnostics uses shared ingestion and correct product tagging
Checkpoint:
- Shared diagnostics/telemetry config alignment completed in [`2fac1ba`](https://github.com/saravanakumardb1/learning_ai_notes/commit/2fac1ba)
- [x] Telemetry uses shared ingestion and correct product tagging
- [x] Diagnostics uses shared ingestion and correct product tagging
- [ ] Blob flows are shared-service-backed
- [ ] MCP integration stays aligned with shared `mcp-server` orchestration
- [ ] Feature flag and optional platform-service integrations are explicitly decided

View File

@ -24,11 +24,14 @@ Make the web app the strongest notes authoring/operator surface while ensuring t
# Phase W1 — Auth and Platform Reuse
Checkpoint:
- Shared diagnostics/telemetry config alignment completed in [`2fac1ba`](https://github.com/saravanakumardb1/learning_ai_notes/commit/2fac1ba)
- [x] Keep `@bytelyst/react-auth` as the auth provider foundation
- [x] Keep `@bytelyst/platform-client` as the platform-service client foundation
- [x] Keep `@bytelyst/telemetry-client` as telemetry foundation
- [x] Keep `@bytelyst/diagnostics-client` as diagnostics foundation
- [ ] Remove demo-first auth behavior once real auth integration is stable
- [x] Remove demo-first auth behavior once real auth integration is stable
# Dependency Notes
@ -65,7 +68,7 @@ Checkpoint:
- [ ] Add tests for integrated note list/detail/search flows
- [ ] Add tests for integrated review/approval surfaces once backend-backed
- [ ] Verify telemetry and diagnostics initialization against real shared service endpoints
- [x] Verify telemetry and diagnostics initialization against real shared service endpoints
- [ ] Verify no long-term runtime dependence on mock tokens or mock auth state
# High-Collision Areas
@ -82,4 +85,4 @@ Checkpoint:
- [ ] web uses real backend integrations for core notes workflows
- [ ] web uses shared platform packages for platform concerns
- [ ] notes-specific UX remains local without unnecessary duplication
- [ ] auth/config/telemetry/diagnostics are identity-consistent
- [x] auth/config/telemetry/diagnostics are identity-consistent