Files
.vscode.d/claude/settings.json

86 lines
2.5 KiB
JSON

{
"permissions": {
"allow": [
"Bash(bundle check:*)",
"Bash(bundle info:*)",
"Bash(bundle install:*)",
"Bash(bundle list:*)",
"Bash(cargo build:*)",
"Bash(cargo clippy:*)",
"Bash(cargo fmt:*)",
"Bash(cargo test:*)",
"Bash(fd:*)",
"Bash(find:*)",
"Bash(gem list:*)",
"Bash(gh issue view:*)",
"Bash(gh pr diff:*)",
"Bash(gh pr list:*)",
"Bash(gh pr view:*)",
"Bash(gh repo view:*)",
"Bash(git add:*)",
"Bash(git log:*)",
"Bash(git rev-parse:*)",
"Bash(git show:*)",
"Bash(git status:*)",
"Bash(go build:*)",
"Bash(go get:*)",
"Bash(go mod init:*)",
"Bash(go mod tidy:*)",
"Bash(go test:*)",
"Bash(golangci-lint run:*)",
"Bash(grep:*)",
"Bash(helm lint:*)",
"Bash(helm template:*)",
"Bash(ls:*)",
"Bash(pnpm build:*)",
"Bash(pnpm install:*)",
"Bash(pnpm lint:*)",
"Bash(pnpm run build:*)",
"Bash(pnpm run check-types:*)",
"Bash(pnpm run compile)",
"Bash(pnpm run lint:*)",
"Bash(pnpm run lint:fix:*)",
"Bash(pnpm run test:*)",
"Bash(pnpm test:*)",
"Bash(pnpm typecheck:*)",
"Bash(rg:*)",
"Bash(wc:*)",
"mcp__deepwiki__ask_question",
"mcp__deepwiki__read_wiki_contents",
"mcp__deepwiki__read_wiki_structure"
],
"deny": [
"Bash(curl:*)",
"Read(./.env)",
"Read(./.env*)",
"Read(./mcp.json)",
"Read(./secrets/**)"
]
},
"model": "opus",
"statusLine": {
"type": "command",
"command": "~/.claude/statusline.sh",
"padding": 0
},
"enabledPlugins": {
"typescript-lsp@claude-plugins-official": true,
"gopls-lsp@claude-plugins-official": true,
"feature-dev@claude-plugins-official": true,
"code-review@claude-plugins-official": true,
"commit-commands@claude-plugins-official": true,
"plugin-dev@claude-plugins-official": true,
"frontend-design@claude-plugins-official": true,
"playwright@claude-plugins-official": true,
"security-guidance@claude-plugins-official": true,
"code-simplifier@claude-plugins-official": true,
"ralph-loop@claude-plugins-official": true,
"pr-review-toolkit@claude-plugins-official": true,
"rust-analyzer-lsp@claude-plugins-official": true,
"swift-lsp@claude-plugins-official": true,
"lua-lsp@claude-plugins-official": true
},
"autoUpdatesChannel": "latest",
"plansDirectory": ".claude/plans"
}