learning_ai_clock/web/src/app
saravanakumardb1 f3e14e28dd feat(ecosystem): Phase 0 — kill-switch, feedback, accessibility, feature flags, telemetry events
Phase 0 of the Agentic AI Roadmap: ecosystem gap fixes.

- Add @bytelyst/kill-switch-client integration (web/src/lib/kill-switch.ts)
- Wire kill switch check into providers.tsx on app init
- Add @bytelyst/feedback-client integration (web/src/lib/feedback.ts)
- Add @bytelyst/accessibility to web dependencies
- Add 7 agentic feature flags to backend (all default false)
- Define 16 telemetry event constants (backend + web)
- Add AGENTIC_AI_ROADMAP.md with full Phase 0-E plan + audit findings

All 182 backend tests pass. All 394 web tests pass.
No breaking changes to existing functionality.
2026-03-31 23:26:37 -07:00
..
focus ci: update CI/CD configuration 2026-03-04 20:01:34 -08:00
history ci: update CI/CD configuration 2026-03-04 20:01:34 -08:00
landing ci: update CI/CD configuration 2026-03-04 20:01:34 -08:00
privacy feat: add PWA manifest, landing page, privacy/terms pages, format tests (53 tests) 2026-02-27 21:00:34 -08:00
reset-password ci: update CI/CD configuration 2026-03-04 20:01:34 -08:00
routines ci: update CI/CD configuration 2026-03-04 20:01:34 -08:00
settings ci: update CI/CD configuration 2026-03-04 20:01:34 -08:00
terms feat: add PWA manifest, landing page, privacy/terms pages, format tests (53 tests) 2026-02-27 21:00:34 -08:00
verify-email ci: update CI/CD configuration 2026-03-04 20:01:34 -08:00
error.tsx feat(sync): wire platform sync into timer and routine stores, extend fullSync for routines, add error/not-found pages 2026-02-28 20:24:53 -08:00
favicon.ico feat: add timer engine, cascade system, urgency system with 40 passing tests 2026-02-27 20:50:36 -08:00
globals.css fix(tokens): replace hardcoded personal category hex with CSS token var 2026-03-29 10:29:14 -07:00
layout.tsx fix(tokens): import @bytelyst/design-tokens/css/chronomind — remove hand-written token block 2026-03-29 01:23:57 -07:00
loading.tsx feat(design-system): add loading.tsx route transition page 2026-03-27 16:34:27 -07:00
not-found.tsx feat(sync): wire platform sync into timer and routine stores, extend fullSync for routines, add error/not-found pages 2026-02-28 20:24:53 -08:00
page.tsx feat: add Zustand store, dashboard UI, timer cards, create modal, alarm overlay 2026-02-27 20:55:40 -08:00
providers.tsx feat(ecosystem): Phase 0 — kill-switch, feedback, accessibility, feature flags, telemetry events 2026-03-31 23:26:37 -07:00
sw.ts feat: add Serwist service worker for offline PWA support 2026-02-27 21:18:43 -08:00