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 }