decarbone/.claude/settings.local.json
2026-02-13 15:40:11 +01:00

27 lines
703 B
JSON

{
"permissions": {
"allow": [
"Bash(php -v:*)",
"Bash(brew list:*)",
"Bash(brew install:*)",
"Bash(brew --version:*)",
"Bash(git fetch:*)",
"Bash(git reset:*)",
"Bash(brew update:*)",
"Bash(brew tap:*)",
"Bash(brew unlink:*)",
"Bash(brew link:*)",
"Bash(/opt/homebrew/bin/brew install:*)",
"Bash(/opt/homebrew/bin/brew unlink:*)",
"Bash(/opt/homebrew/bin/brew link:*)",
"Bash(hash:*)",
"Bash(source:*)",
"Bash(/usr/local/bin/brew list:*)",
"Bash(/opt/homebrew/bin/brew list:*)",
"Bash(sudo rm:*)",
"WebSearch",
"WebFetch(domain:getkirby.com)",
"Bash(echo:*)"
]
}
}