Files
claude-code-user-config/settings.json
Bill Ballou b89764b52b Update plugins and settings
- Bump superpowers plugin to 4.1.1
- Add ralph-wiggum plugin
- Update git-gitea skill submodule
- Enable skipDangerousModePermissionPrompt
2026-04-20 18:23:45 -04:00

56 lines
1.3 KiB
JSON

{
"attribution": {
"commit": "",
"pr": ""
},
"permissions": {
"allow": [
"Bash(git:*)",
"Bash(npm:*)",
"Bash(pip:*)",
"Bash(uv:*)",
"Bash(poetry:*)",
"Bash(bash scripts/*)",
"Bash(docker:*)",
"Bash(docker-compose:*)",
"Bash(python:*)",
"Bash(python3:*)",
"Bash(source */bin/activate)",
"Bash(pytest:*)",
"Bash(timeout:*)",
"Bash(cat:*)",
"Bash(tree:*)",
"Bash(find:*)",
"Bash(test:*)",
"Bash(ls:*)",
"Bash(head:*)",
"Bash(tail:*)",
"Bash(wc:*)",
"Bash(yamllint:*)",
"Skill(superpowers:*)",
"Skill(frontend-design:*)",
"WebSearch"
],
"ask": [
"Bash(make dev:*)",
"Bash(git merge:*)",
"Bash(git branch -d:*)",
"Bash(git branch -D:*)",
"Bash(git branch --delete:*)"
]
},
"statusLine": {
"type": "command",
"command": "/home/bill/.claude/statusline-command.sh"
},
"enabledPlugins": {
"superpowers@superpowers-marketplace": true,
"frontend-design@claude-code-plugins": true,
"example-skills@anthropic-agent-skills": true,
"superpowers@claude-plugins-official": true,
"ralph-wiggum@claude-code-plugins": true
},
"alwaysThinkingEnabled": true,
"skipDangerousModePermissionPrompt": true
}