{
  "name": "scheduler",
  "description": "Scheduled task — single agent + onEnd hook (compound + git commit)",
  "agents": [
    "scheduler-main"
  ],
  "transitions": [],
  "entryAgent": "scheduler-main",
  "maxTotalSteps": 1,
  "hooks": {
    "onEnd": {
      "command": "node ~/.cortex/hooks/post-task-hook.mjs",
      "args": [
        "scheduler-main"
      ],
      "timeout": 10000
    }
  }
}
