respira/.claude/settings.local.json

27 lines
582 B
JSON

{
"permissions": {
"allow": [
"Bash(npm run build:*)",
"Bash(npm run lint)",
"Bash(cat:*)",
"Bash(npm run dev:electron:*)",
"Bash(npm run lint:*)",
"Bash(npm test:*)",
"Bash(npm run:*)",
"Bash(gh issue create:*)",
"Bash(gh label create:*)",
"Bash(gh issue view:*)",
"Bash(gh pr view:*)",
"Bash(bd list:*)",
"Bash(bd status:*)",
"Bash(bd create:*)",
"Bash(bd dep add:*)",
"Bash(bd ready:*)"
],
"deny": [],
"ask": []
},
"enabledMcpjsonServers": [
"shadcn"
]
}