Scheduling
Run inbox tasks on explicit schedules with reviewable logs for every task run.
Proof
Example: scheduled runs record timestamps, tools used, and outcomes.
inbox-manager task schedule --name "Daily Summary" --cron "0 7 * * *"
Limits
- No continuous background execution.
- Schedules are explicit and visible.
- Every run produces a log entry.