feat(reminders): add reminder foundations #205

Merged
barrettruth merged 1 commit from feat/reminder-foundation into main 2026-04-06 21:25:25 +00:00
barrettruth commented 2026-04-06 21:11:27 +00:00

Summary

  • add reminder schema for endpoints, task reminder rules, and durable delivery records
  • add reminder core modules for adapter registry, encrypted endpoints, scheduling, and task reminder rules
  • preserve reminder rules when recurring tasks spawn their next instance
  • add focused reminder tests and the migration/journal entry for the new schema

Related to #189, #191, #192, #194, #195.

Test plan

  • pnpm typecheck
  • pnpm test
  • ./scripts/ci.sh currently fails on pre-existing Biome issues in cli/dist/delta.js
## Summary - add reminder schema for endpoints, task reminder rules, and durable delivery records - add reminder core modules for adapter registry, encrypted endpoints, scheduling, and task reminder rules - preserve reminder rules when recurring tasks spawn their next instance - add focused reminder tests and the migration/journal entry for the new schema Related to #189, #191, #192, #194, #195. #### Test plan - [x] `pnpm typecheck` - [x] `pnpm test` - [ ] `./scripts/ci.sh` currently fails on pre-existing Biome issues in `cli/dist/delta.js`
Sign in to join this conversation.
No description provided.