From 5e8755c9b29b4075bd79849cfc03be2dfb67b689 Mon Sep 17 00:00:00 2001 From: Nimar Date: Tue, 29 Jul 2025 12:02:01 +0200 Subject: [PATCH] chore: reduce claude permissions --- .claude/settings.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index 0a0824fab..43ef52f6b 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -4,10 +4,7 @@ "Bash(find:*)", "Bash(rg:*)", "Bash(grep:*)", - "Bash(ls:*)", - "Bash(cat:*)", - "Bash(head:*)", - "Bash(tail:*)" + "Bash(ls:*)" ], "deny": [] }