From 640214611622e69123c73142e532b14da14dbb48 Mon Sep 17 00:00:00 2001 From: goodboy Date: Tue, 24 Mar 2026 00:23:28 -0400 Subject: [PATCH] Add `ls` caps for claudy --- .claude/settings.local.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 5404a5dd..c4fc2ee1 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -3,7 +3,8 @@ "allow": [ "Bash(chmod:*)", "Bash(/tmp/piker_commits.txt)", - "Bash(python:*)" + "Bash(python:*)", + "Bash(ls:*)" ], "deny": [], "ask": []