{ "attribution": { "commit": "", "pr": "" }, "permissions": { "deny": [ "Read(.env)", "Read(~/.aws/**)" ] }, "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, "claude-mem@thedotmack": true }, "sandbox": { "enabled": false, "autoAllowBashIfSandboxed": true, "network": { "allowUnixSockets": [ "/var/run/docker.sock" ], "allowLocalBinding": true }, "excludedCommands": [ "docker" ] } }