From afc8fd547d0331eb77a26dfca07fe4e56f89a0cf Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Wed, 1 Apr 2026 17:31:22 -0400 Subject: [PATCH] perf: remove rust-analyzer global plugin, add claudeMdExcludes for agent-memory --- settings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.json b/settings.json index b43dea1..90ae1d8 100644 --- a/settings.json +++ b/settings.json @@ -43,10 +43,10 @@ ] }, "model": "sonnet", - "enabledPlugins": { - "rust-analyzer-lsp@claude-plugins-official": true - }, "effortLevel": "medium", + "claudeMdExcludes": [ + ".claude/agent-memory/**" + ], "attribution": { "commit": "", "pr": ""