Expand description
agents tasks — task store + (eventual) runner.
Two leaves today:
schedule— register a command + interval intasks.sqlite.list— inspect rows with filters on kind / readiness / hierarchy + depth + pagination.
The runner that fires schedules is follow-up work (#216).
Modules§
- list
agents tasks list— inspection leaf overschedules.- run
agents tasks run— fire every pending schedule in the caller’s own subtree.- schedule
agents tasks schedule— register a command + interval (or oneshot) intasks.sqlite. Add-only leaf; the runner that actually fires schedules is follow-up work tracked by #216.