From c2625efb784184f241921fd9be6a223b25ede5d9 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 2 Feb 2026 12:25:23 +0000 Subject: [PATCH] feat(claude/settings): add npm, helm, and context7 permissions Add Bash permissions for npm run, go mod download, and helm create. Allow mcp__context7__get-library-docs tool. Co-Authored-By: Claude Opus 4.5 --- claude/settings.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/claude/settings.json b/claude/settings.json index 23e638d..0115819 100644 --- a/claude/settings.json +++ b/claude/settings.json @@ -30,14 +30,24 @@ "Bash(git status:*)", "Bash(go build:*)", "Bash(go get:*)", + "Bash(go mod download:*)", "Bash(go mod init:*)", "Bash(go mod tidy:*)", "Bash(go test:*)", "Bash(golangci-lint run:*)", "Bash(grep:*)", + "Bash(helm create:*)", "Bash(helm lint:*)", "Bash(helm template:*)", "Bash(ls:*)", + "Bash(npm run build:*)", + "Bash(npm run check-types:*)", + "Bash(npm run compile)", + "Bash(npm run compile-tests:*)", + "Bash(npm run format:*)", + "Bash(npm run lint:*)", + "Bash(npm run lint:fix:*)", + "Bash(npm run test:*)", "Bash(pnpm build:*)", "Bash(pnpm check-types:*)", "Bash(pnpm compile)", @@ -63,6 +73,7 @@ "Bash(wc:*)", "Skill(commit-commands:commit:*)", "WebSearch", + "mcp__context7__get-library-docs", "mcp__context7__resolve-library-id", "mcp__deepwiki__ask_question", "mcp__deepwiki__read_wiki_contents",