{
  "version": 1,
  "hooks": {
    "preToolUse": [
      {
        "matcher": "Bash",
        "command": "python3 ./.claude/hooks/auto-approve.py",
        "timeout": 5
      }
    ],
    "afterFileEdit": [
      {
        "command": "python3 ./.claude/hooks/post-edit.py",
        "timeout": 30
      }
    ],
    "afterToolUse": [
      {
        "matcher": "Bash",
        "command": "python3 ./.claude/hooks/post-pr-check.py",
        "timeout": 10
      }
    ],
    "beforeSubmitPrompt": [
      {
        "command": "python3 ./.claude/hooks/prompt-submit.py",
        "timeout": 10
      }
    ]
  }
}
