Files
stealergram/.claude/settings.json
2026-05-19 10:08:06 -04:00

19 lines
302 B
JSON

{
"permissions": {
"deny": ["Read(.env)"]
},
"hooks": {
"PreToolUse": [
{
"matcher": "Read|Edit|Write",
"hooks": [
{
"type": "command",
"command": "python3 .claude/hooks/protect_secrets.py"
}
]
}
]
}
}