Expand description
tasks — CLI-side dispatch for the tasks subtree.
Three leaves today: schedule, list, run.
Modules§
- list
agents tasks list— read schedules for one or more--targets.- run
agents tasks run— fire every pending schedule in the caller’s own subtree, recording a run row and a full output log per firing.- schedule
agents tasks schedule— bare-naked handler. Captures the caller’s currentAgentArgumentsfrom env vars and persists the schedule row intasks.sqlite.