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