dotfiles/.claude/settings.json

39 lines
1.1 KiB
JSON

{
"permissions": {
"allow": [
"Bash(/home/agent/.local/bin/pylsp:*)",
"Bash(apt list:*)",
"Bash(bash -n:*)",
"Bash(claude mcp list)",
"Bash(claude plugin --help:*)",
"Bash(claude plugin install --help:*)",
"Bash(claude plugin list:*)",
"Bash(claude plugin marketplace --help:*)",
"Bash(claude plugin marketplace list)",
"Bash(claude plugin validate --help:*)",
"Bash(dpkg -l:*)",
"Bash(echo:*)",
"Bash(env)",
"Bash(git log:*)",
"Bash(grep:*)",
"Bash(head:*)",
"Bash(ls:*)",
"Bash(pylsp:*)",
"Bash(tree:*)",
"Bash(uv run mypy:*)",
"Bash(uv run tach:*)",
"Bash(uv tool list:*)",
"Bash(wc:*)",
"Bash(xargs cat:*)",
"WebFetch(domain:datatracker.ietf.org)",
"WebFetch(domain:docs.cloud.google.com)",
"WebFetch(domain:docs.gauge.sh)",
"WebFetch(domain:docs.temporal.io)"
]
},
"enabledPlugins": {
"gopls-lsp@claude-plugins-official": true
},
"skipDangerousModePermissionPrompt": true,
"effortLevel": "high"
}