Go to file
saravanakumardb1 8fe5e8e787 feat(web): add routine engine, NL parser, and context messages
- Routine engine: data model, state machine (start/pause/resume/complete/skip/cancel),
  4 built-in templates (Morning, Workout, Cooking, Wind-Down), template instantiation
- NL parser: regex-based parsing for relative times, absolute times, durations,
  pomodoro, urgency detection, label extraction (no LLM dependency)
- Context messages: keyword→message rules for 20+ categories (meetings, flights,
  cooking, health, etc.), warning message formatting
- 105 unit tests (45 routines + 37 NL parser + 23 context messages)
2026-02-27 21:42:29 -08:00
.github/workflows ci: add GitHub Actions workflow for lint, typecheck, and test 2026-02-27 21:01:59 -08:00
docs docs(ios): update roadmap Phase 3 Week 6 with iOS app foundation progress 2026-02-27 21:27:02 -08:00
ios feat: add Pomodoro session celebration with trophy animation 2026-02-27 21:23:45 -08:00
web feat(web): add routine engine, NL parser, and context messages 2026-02-27 21:42:29 -08:00