From 65d85b5a4a678f45fb0e612ce196cd2ac671b2ec Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 16 Feb 2026 18:03:28 +0000 Subject: [PATCH] Allow ls commands --- .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 4319b309..c417b388 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -42,7 +42,8 @@ "WebFetch(domain:api.search.brave.com)", "Bash(while read dir)", "Bash(MIX_ENV=dev mix run:*)", - "Bash(mix deps.get:*)" + "Bash(mix deps.get:*)", + "Bash(ls:*)" ] }, "enableAllProjectMcpServers": false