{
  "hooks": {
    "PostToolUse": [
      {
        "matcher": "Bash(git push:*)",
        "hooks": [
          {
            "type": "command",
            "command": "echo 'Vercel auto-deploy triggered via git push'"
          }
        ]
      }
    ]
  }
}
