feat(reminders): add reminder API and worker #207

Merged
barrettruth merged 1 commit from feat/reminder-api-routes into main 2026-04-06 22:07:14 +00:00
barrettruth commented 2026-04-06 21:53:15 +00:00

Summary

  • add authenticated reminder API routes for adapter manifests, reusable reminder endpoints, and task-scoped reminder rules
  • add reminder-specific request validation so adapter keys, anchors, flags, offsets, and local-time fields are checked at the API boundary
  • add a dedicated minute-tick reminder worker that materializes due reminder deliveries and suppresses pending or failed deliveries when tasks are completed or cancelled

Test plan

  • scripts/ci.sh
## Summary - add authenticated reminder API routes for adapter manifests, reusable reminder endpoints, and task-scoped reminder rules - add reminder-specific request validation so adapter keys, anchors, flags, offsets, and local-time fields are checked at the API boundary - add a dedicated minute-tick reminder worker that materializes due reminder deliveries and suppresses pending or failed deliveries when tasks are completed or cancelled #### Test plan - [x] `scripts/ci.sh`
Sign in to join this conversation.
No description provided.