{
  "hooks": {
    "PreToolUse": [
      {
        "matcher": "Edit|Write|MultiEdit",
        "hooks": [
          {
            "type": "command",
            "command": "python3 \"${CLAUDE_PLUGIN_ROOT}/hooks/test-lock.py\"",
            "statusMessage": "Checking test-file locks"
          }
        ]
      }
    ]
  }
}
