{ "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" } ] } ] } }