Files
gh-korosuke613-coding-agent…/hooks/hooks.json
2025-11-30 08:35:44 +08:00

17 lines
348 B
JSON

{
"description": "ClaudeCodeの行動を制限するセキュリティフック集",
"hooks": {
"PreToolUse": [
{
"matcher": "Edit|MultiEdit|Write",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/block-file-edits.sh"
}
]
}
]
}
}