From 8774eb2452703850478afedc76fc596bb53a9187 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 21 Jan 2026 19:36:20 +0000 Subject: [PATCH] feat(claude): add new allowed tools for gh, git, helm, and wc Co-Authored-By: Claude Opus 4.5 --- claude/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/claude/settings.json b/claude/settings.json index c34d1fc..855c431 100644 --- a/claude/settings.json +++ b/claude/settings.json @@ -8,18 +8,24 @@ "Bash(cargo clippy:*)", "Bash(cargo fmt:*)", "Bash(cargo test:*)", + "Bash(gh issue view:*)", + "Bash(gh pr view:*)", "Bash(git add:*)", + "Bash(git show:*)", "Bash(go build:*)", "Bash(go get:*)", "Bash(go mod init:*)", "Bash(go mod tidy:*)", "Bash(go test:*)", "Bash(golangci-lint run:*)", + "Bash(helm template:*)", + "Bash(helm lint:*)", "Bash(pnpm build:*)", "Bash(pnpm install:*)", "Bash(pnpm lint:*)", "Bash(pnpm test:*)", "Bash(pnpm typecheck:*)", + "Bash(wc:*)", "mcp__deepwiki__ask_question", "mcp__deepwiki__read_wiki_contents", "mcp__deepwiki__read_wiki_structure"