From 63cd7242b611e977d46d697038b3103389ed4a38 Mon Sep 17 00:00:00 2001 From: "suda@sudacode.com" Date: Mon, 2 Feb 2026 18:35:52 -0800 Subject: [PATCH] update --- .claude/settings.json~Stashed changes | 43 --------------------------- 1 file changed, 43 deletions(-) delete mode 100644 .claude/settings.json~Stashed changes diff --git a/.claude/settings.json~Stashed changes b/.claude/settings.json~Stashed changes deleted file mode 100644 index 9c9d9b1..0000000 --- a/.claude/settings.json~Stashed changes +++ /dev/null @@ -1,43 +0,0 @@ -{ - "attribution": { - "commit": "", - "pr": "" - }, - "permissions": { - "deny": [ - "Read(.env)", - "Read(~/.aws/**)" - ] - }, - "hooks": { - "Notification": [ - { - "matcher": "", - "hooks": [ - { - "type": "command", - "command": "notify-send 'Claude Code' 'Claude Code needs your attention'" - } - ] - } - ] - }, - "enabledPlugins": { - "pyright-lsp@claude-plugins-official": true, - "typescript-lsp@claude-plugins-official": true, - "clangd-lsp@claude-plugins-official": true - }, - "sandbox": { - "enabled": false, - "autoAllowBashIfSandboxed": true, - "network": { - "allowUnixSockets": [ - "/var/run/docker.sock" - ], - "allowLocalBinding": true - }, - "excludedCommands": [ - "docker" - ] - } -}