Files
gh-fcakyon-claude-codex-set…/hooks/hooks.json
2025-11-29 18:26:35 +08:00

21 lines
472 B
JSON

{
"description": "Git workflow confirmation hooks for GitHub operations",
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/git_commit_confirm.py"
},
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/scripts/gh_pr_create_confirm.py"
}
]
}
]
}
}