From 14a27d224d9769ad7d8db90a5a89618807f14678 Mon Sep 17 00:00:00 2001 From: Victor Kuznetsov Date: Sun, 9 Aug 2026 16:51:37 -0700 Subject: [PATCH] Drop the settings.json that only repeats global defaults All four plugins it enabled are enabled globally, and its allow list says nothing under the global defaultMode: bypassPermissions. Co-Authored-By: Claude Opus 5 --- .claude/settings.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json deleted file mode 100644 index 1fb8139..0000000 --- a/.claude/settings.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "permissions": { - "allow": [ - "WebSearch", - "WebFetch" - ] - }, - "enabledPlugins": { - "pyright-lsp@claude-plugins-official": true, - "context7@claude-plugins-official": true, - "code-simplifier@claude-plugins-official": true, - "claude-md-management@claude-plugins-official": true - } -}