From 5122e13acc641490d802a0d6e940ab024c4f2936 Mon Sep 17 00:00:00 2001 From: Zack3D Date: Thu, 3 Jul 2025 01:58:15 -0700 Subject: [PATCH] claude --- .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 cfc635a..e6d7a63 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,7 +1,9 @@ { "permissions": { "allow": [ - "Bash(find:*)" + "Bash(find:*)", + "Bash(grep:*)", + "Bash(rg:*)" ], "deny": [] }