aboutsummaryrefslogtreecommitdiff
path: root/hooks/settings-snippet.json
blob: 11459f2432203215f06b02091a21cfc04a4dd55e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "hooks": {
    "PreCompact": [
      {
        "hooks": [
          { "type": "command", "command": "~/.claude/hooks/precompact-priorities.sh" }
        ]
      }
    ],
    "PreToolUse": [
      {
        "matcher": "Bash",
        "hooks": [
          { "type": "command", "command": "~/.claude/hooks/git-commit-confirm.py" },
          { "type": "command", "command": "~/.claude/hooks/gh-pr-create-confirm.py" },
          { "type": "command", "command": "~/.claude/hooks/destructive-bash-confirm.py" }
        ]
      }
    ]
  }
}