deleted poopoo

This commit is contained in:
2026-05-19 10:08:06 -04:00
parent 741e6bb0d3
commit 5c9ac91b64
4 changed files with 41 additions and 55 deletions

18
.claude/settings.json Normal file
View File

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