{
  "hooks": {
    "SessionStart": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "test -x \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" && \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook || true",
            "timeout": 10
          }
        ]
      }
    ],
    "UserPromptSubmit": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "test -x \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" && \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook || true",
            "timeout": 10
          }
        ]
      }
    ],
    "PreToolUse": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "test -x \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" && \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook || true",
            "timeout": 10
          }
        ]
      }
    ],
    "PostToolUse": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "test -x \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" && \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook || true",
            "timeout": 10
          }
        ]
      }
    ],
    "PostToolUseFailure": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "test -x \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" && \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook || true",
            "timeout": 10
          }
        ]
      }
    ],
    "SubagentStart": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "test -x \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" && \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook || true",
            "timeout": 10
          }
        ]
      }
    ],
    "SubagentStop": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "test -x \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" && \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook || true",
            "timeout": 10
          }
        ]
      }
    ],
    "Stop": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "test -x \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" && \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook || true",
            "timeout": 10
          }
        ]
      }
    ],
    "StopFailure": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "test -x \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" && \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook || true",
            "timeout": 10
          }
        ]
      }
    ],
    "SessionEnd": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "test -x \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" && \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook || true",
            "timeout": 10
          }
        ]
      }
    ],
    "PostCompact": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "test -x \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" && \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook || true",
            "timeout": 10
          }
        ]
      }
    ],
    "InstructionsLoaded": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "test -x \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" && \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook || true",
            "timeout": 10
          }
        ]
      }
    ],
    "PermissionDenied": [
      {
        "hooks": [
          {
            "type": "command",
            "command": "test -x \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" && \"${CLAUDE_PLUGIN_ROOT}/dist/cli.js\" hook || true",
            "timeout": 10
          }
        ]
      }
    ]
  }
}
