From d86f60208bf6b4524c1052934300c1fa0a3a9aab Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Mon, 4 Aug 2025 11:45:35 -0700 Subject: [PATCH] Allow claude to do more find-y things. --- .claude/settings.local.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index cfc635a58..f0daa3783 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,7 +1,9 @@ { "permissions": { "allow": [ - "Bash(find:*)" + "Bash(find:*)", + "Bash(grep:*)", + "Bash(ls:*)" ], "deny": [] }