{
  "version": 1,
  "hooks": {
    "sessionStart": [
      {
        "command": "python3 ./scripts/cursor_hook.py",
        "timeout": 10
      }
    ],
    "subagentStart": [
      {
        "command": "python3 ./scripts/cursor_hook.py",
        "timeout": 10
      }
    ],
    "subagentStop": [
      {
        "command": "python3 ./scripts/cursor_hook.py",
        "timeout": 10
      }
    ]
  }
}
