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
This commit is contained in:
51
settings.json
Normal file
51
settings.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"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": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user