build: allow find etc

This commit is contained in:
Johannes Millan 2025-06-18 18:59:56 +02:00
parent 8acea4c70b
commit 49dc92d588

View file

@ -19,7 +19,10 @@
"Edit(src/**)",
"Bash(git diff:*)",
"Bash(git add:*)",
"Bash(git commit:*)"
"Bash(git commit:*)",
"Bash(find *)",
"Bash(grep *)",
"Bash(rg *)"
],
"deny": ["Bash(rm:*)", "Bash(curl:*)", "Bash(git push:*)"]
},