Files
dotfiles/.claude/settings.json##os.Darwin
2026-03-17 16:55:38 -07:00

50 lines
1.1 KiB
Plaintext

{
"attribution": {
"commit": "",
"pr": ""
},
"permissions": {
"deny": [
"Read(.env)",
"Read(~/.aws/**)"
]
},
"model": "opus[1m]",
"hooks": {
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "osascript -e 'display notification \"Claude Code needs your attention\" with title \"Claude Code\"'"
}
]
}
]
},
"enabledPlugins": {
"pyright-lsp@claude-plugins-official": true,
"typescript-lsp@claude-plugins-official": true,
"clangd-lsp@claude-plugins-official": true,
"superpowers@claude-plugins-official": true,
"frontend-design@claude-plugins-official": true,
"code-review@claude-plugins-official": true,
"code-simplifier@claude-plugins-official": true,
"playwright@claude-plugins-official": true
},
"sandbox": {
"enabled": false,
"autoAllowBashIfSandboxed": true,
"network": {
"allowUnixSockets": [
"/var/run/docker.sock"
],
"allowLocalBinding": true
},
"excludedCommands": [
"docker"
]
}
}