mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user