Allow claude to do more find-y things.

This commit is contained in:
Brent Simmons
2025-08-04 11:45:35 -07:00
parent 8b98403cae
commit d86f60208b

View File

@@ -1,7 +1,9 @@
{
"permissions": {
"allow": [
"Bash(find:*)"
"Bash(find:*)",
"Bash(grep:*)",
"Bash(ls:*)"
],
"deny": []
}