From 91bcb7d67c6de679c71e8875fe9fbe6212ac4969 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 22 Jan 2026 14:58:39 +0000 Subject: [PATCH] claude: update settings with new permissions and reorder keys --- claude/settings.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/claude/settings.json b/claude/settings.json index 980eda7..1ea3f6d 100644 --- a/claude/settings.json +++ b/claude/settings.json @@ -2,13 +2,17 @@ "permissions": { "allow": [ "Bash(bundle check:*)", + "Bash(bundle info:*)", "Bash(bundle install:*)", "Bash(bundle list:*)", "Bash(cargo build:*)", "Bash(cargo clippy:*)", "Bash(cargo fmt:*)", "Bash(cargo test:*)", + "Bash(find:*)", + "Bash(gem list:*)", "Bash(gh issue view:*)", + "Bash(gh pr diff:*)", "Bash(gh pr view:*)", "Bash(git add:*)", "Bash(git show:*)", @@ -18,8 +22,9 @@ "Bash(go mod tidy:*)", "Bash(go test:*)", "Bash(golangci-lint run:*)", - "Bash(helm template:*)", + "Bash(grep:*)", "Bash(helm lint:*)", + "Bash(helm template:*)", "Bash(ls:*)", "Bash(pnpm build:*)", "Bash(pnpm install:*)", @@ -39,7 +44,6 @@ "Read(./secrets/**)" ] }, - "plansDirectory": ".claude/plans", "model": "opus", "statusLine": { "type": "command", @@ -63,5 +67,6 @@ "swift-lsp@claude-plugins-official": true, "lua-lsp@claude-plugins-official": true }, - "autoUpdatesChannel": "latest" + "autoUpdatesChannel": "latest", + "plansDirectory": ".claude/plans" }