{
  "hooks": {
    "PostToolUse": [
      {
        "matcher": {
          "tool_name": [
            "Write",
            "Edit"
          ]
        },
        "hooks": [
          {
            "type": "command",
            "command": "bash hooks/post_tool_use.sh"
          }
        ]
      },
      {
        "matcher": {
          "tool_name": [
            "Write",
            "Edit"
          ]
        },
        "hooks": [
          {
            "type": "command",
            "command": "bash /home/jay/workspace/hooks/auto-commit.sh"
          }
        ]
      }
    ]
  }
}
