Files
claude-code-user-config/settings.json
Bill Ballou df85667232 Initial Claude Code user configuration
Includes:
- Global CLAUDE.md instructions
- User settings and permissions (settings.json)
- Plugin configuration
- Skills as submodules: claude-skill-git-gitea, docker-service-architecture
2026-01-07 07:45:19 -05:00

52 lines
1.2 KiB
JSON

{
"permissions": {
"ask": [
"Bash(make dev:*)",
"Bash(git merge:*)",
"Bash(git branch -d:*)",
"Bash(git branch -D:*)",
"Bash(git branch --delete:*)"
],
"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"
]
},
"statusLine": {
"type": "command",
"command": "printf '\\033[01;32m%s@%s\\033[00m:\\033[01;34m%s\\033[00m' \"$(whoami)\" \"$(hostname -s)\" \"$(pwd)\""
},
"enabledPlugins": {
"superpowers@superpowers-marketplace": true,
"frontend-design@claude-code-plugins": true
},
"alwaysThinkingEnabled": true,
"attribution": {
"commit": "",
"pr": ""
}
}