From 208b1700d68dc50fb332728c0713b40bfae83b91 Mon Sep 17 00:00:00 2001 From: Bill Ballou Date: Mon, 2 Mar 2026 23:54:55 -0500 Subject: [PATCH] Update settings and gitignore for new plugins Add superpowers plugin, skipDangerousModePermissionPrompt setting. Gitignore backups/, tasks/, and plugins/blocklist.json. --- .gitignore | 3 +++ settings.json | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 61f700c..ac652a7 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,6 @@ plugins/repos/ plugins/install-counts-cache.json plugins/known_marketplaces.json plugins/installed_plugins.json +plugins/blocklist.json +backups/ +tasks/ diff --git a/settings.json b/settings.json index 6000996..f95b12c 100644 --- a/settings.json +++ b/settings.json @@ -46,7 +46,9 @@ "enabledPlugins": { "superpowers@superpowers-marketplace": true, "frontend-design@claude-code-plugins": true, - "example-skills@anthropic-agent-skills": true + "example-skills@anthropic-agent-skills": true, + "superpowers@claude-plugins-official": true }, - "alwaysThinkingEnabled": true + "alwaysThinkingEnabled": true, + "skipDangerousModePermissionPrompt": true }