diff --git a/.claude/settings.json b/.claude/settings.json index c0e2689..275981b 120000 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1 +1 @@ -settings.json##os.WSL \ No newline at end of file +settings.json##os.Linux \ No newline at end of file diff --git a/.claude/settings.json~Stashed changes b/.claude/settings.json~Stashed changes new file mode 100644 index 0000000..9c9d9b1 --- /dev/null +++ b/.claude/settings.json~Stashed changes @@ -0,0 +1,43 @@ +{ + "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" + ] + } +}