agents/overdue-task: auto-infer per-user lateness tolerance #115
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Auto-infer a per-user lateness tolerance and per-project deadline-realness so
OverdueTaskAgentdoesn'''t shout about every aspirational due date.Why
Some users mark every task with a due date and routinely miss them by days; others treat due dates as commitments. Treating both the same makes the agent nag the wrong people.
Inferred parameters
lateneessToleranceDaysprojectRealness{ projectId: float in [0,1] }Method (sketch)
Done when
OverdueTaskAgentreads both; snippet language softens for low-realness projects.Depends on