From 05b3ce18a1674f66c167061ce8944b967e20ab89 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 22 Jan 2026 09:05:56 +0000 Subject: [PATCH] feat(claude): allow ls command in bash tools Co-Authored-By: Claude Opus 4.5 --- claude/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/claude/settings.json b/claude/settings.json index cd0a6cf..980eda7 100644 --- a/claude/settings.json +++ b/claude/settings.json @@ -20,6 +20,7 @@ "Bash(golangci-lint run:*)", "Bash(helm template:*)", "Bash(helm lint:*)", + "Bash(ls:*)", "Bash(pnpm build:*)", "Bash(pnpm install:*)", "Bash(pnpm lint:*)",