Context
The live Operations Home now shows waiting tasks and follow-up metadata from work-engine tasks, and the backend supports status=waiting, waitingFor, and followUpAt. The next step is to turn those fields into first-class reminders instead of relying only on dashboard filtering.
Related: #10, #48.
Acceptance Criteria
- Waiting tasks with
followUpAt <= now create or surface a follow-up-due reminder.
- Follow-up reminders are visible on the Operations Home without hiding the underlying task/workflow risk.
- Future waiting tasks remain visible as waiting/tracked work but do not outrank due follow-ups.
- Operator can resolve a follow-up by either moving the task back to
todo or setting a next followUpAt.
- Reminder behavior is covered by backend tests and frontend model/rendering tests.
Notes
This should build on the waiting task state added in commit d981f47 and avoid a separate reminder-only tool.
Context
The live Operations Home now shows waiting tasks and follow-up metadata from work-engine tasks, and the backend supports
status=waiting,waitingFor, andfollowUpAt. The next step is to turn those fields into first-class reminders instead of relying only on dashboard filtering.Related: #10, #48.
Acceptance Criteria
followUpAt <= nowcreate or surface a follow-up-due reminder.todoor setting a nextfollowUpAt.Notes
This should build on the waiting task state added in commit d981f47 and avoid a separate reminder-only tool.