{
  "hooks": {
    "PreToolUse": [
      {
        "matcher": "*",
        "hooks": [
          {
            "type": "command",
            "command": "bash ~/.claude/commands/grid/hooks/enforce-delegation.sh",
            "timeout": 5000
          }
        ]
      }
    ],
    "SubagentStart": [
      {
        "matcher": "grid-*",
        "hooks": [
          {
            "type": "command",
            "command": "bash ~/.claude/commands/grid/hooks/program-start.sh",
            "timeout": 5000
          }
        ]
      }
    ],
    "SubagentStop": [
      {
        "matcher": "grid-*",
        "hooks": [
          {
            "type": "command",
            "command": "bash ~/.claude/commands/grid/hooks/program-stop.sh",
            "timeout": 5000
          }
        ]
      }
    ],
    "Notification": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "bash ~/.claude/commands/grid/hooks/notify.sh",
            "timeout": 5000
          }
        ]
      }
    ],
    "Stop": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "bash ~/.claude/commands/grid/hooks/mission-complete.sh",
            "timeout": 5000
          }
        ]
      }
    ]
  }
}
