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 <noreply@anthropic.com>
This commit is contained in:
2026-02-02 12:25:23 +00:00
parent b32c1ed5d3
commit c2625efb78

View File

@@ -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",