File: settings.
json
{
"permissions": {
"allow": [
"Bash(git status:*)",
"Bash(git log:*)",
"Bash(git diff:*)",
"Bash(git show:*)",
"Bash(git branch:*)",
"Bash(git remote:*)",
"Bash(git config:*)",
"Bash(git blame:*)",
"Bash(git tag:*)",
"Bash(find:*)",
"Bash(grep:*)",
"Bash(wc:*)",
"Bash(tree:*)",
"Bash(ls:*)",
"Bash(cat:*)",
"Bash(source:*)",
"Bash(npm run test:*)",
"Bash(npm run build:*)",
"Bash(npm run lint:*)",
"Bash(python -m pytest:*)",
"Bash(python3 -m py_compile:*)",
"Bash(pytest:*)",
"Bash(python -m pytest tests/ -v --tb=short)",
"Bash(tee:*)",
"Bash(python:*)"
],
"defaultMode": "default"
},
"model": "haiku",
"enabledPlugins": {
"frontend-design@claude-plugins-official": true,
"context7@claude-plugins-official": true,
"github@claude-plugins-official": false,
"typescript-lsp@claude-plugins-official": true,
"security-guidance@claude-plugins-official": true,
"vercel@claude-plugins-official": false,
"code-simplifier@claude-plugins-official": false,
"rust-analyzer-lsp@claude-plugins-official": true
}
}