Files
claude-code-user-config/settings.json
Bill Ballou d076328442 Add agent-browser skill and update settings
- Add agent-browser browser automation skill
- Update tabular-extract submodule
- Reorder settings.json fields (no functional change)
2026-03-13 07:39:06 -04:00

55 lines
1.3 KiB
JSON

{
"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
},
"alwaysThinkingEnabled": true,
"attribution": {
"commit": "",
"pr": ""
},
"skipDangerousModePermissionPrompt": true
}