Skip to main content
Run independent development tasks concurrently:
Task format is name|priority|build-command|edited-paths|test-command.
  • Priority 1: run its test after every iteration in which one of its paths changed.
  • Priority 0: run its test only once after all iterations, and only if its paths changed.
  • Unedited tasks are never tested.
  • Priority mode is enabled by default; use --no-priority to disable it.
  • Use --auto-priority when every task/prompt must be treated as priority 1.
The scheduler reports every task, exit code, and whether it was edited. Keep build commands independent and review generated changes before deployment.