Files
2026-04-28 12:35:59 +02:00

32 lines
611 B
JSON

{
"permissions": {
"allow": [
"Bash(git *)",
"Bash(gh *)",
"Bash(npm *)",
"Bash(node *)",
"Bash(ls *)",
"Bash(find *)",
"Bash(grep *)",
"Bash(cat *)",
"Bash(jq *)",
"Bash(which *)"
]
},
"hooks": {
"PostToolUse": [
{
"matcher": "Write|Edit",
"hooks": [
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/block-innerhtml.sh",
"timeout": 10,
"statusMessage": "Checking for innerHTML writes..."
}
]
}
]
}
}