17 lines
348 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|