Files
HartOMat/.claude/settings.json
T
2026-03-05 22:12:38 +01:00

20 lines
320 B
JSON

{
"permissions": {
"allow": ["Bash", "Read", "Write", "Edit"],
"deny": []
},
"hooks": {
"PreToolUse": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "python3 .claude/hooks/pre_tool_use.py"
}
]
}
]
}
}