Update settings and gitignore for new plugins

Add superpowers plugin, skipDangerousModePermissionPrompt setting.
Gitignore backups/, tasks/, and plugins/blocklist.json.
This commit is contained in:
2026-03-02 23:54:55 -05:00
parent 06f0b3b18d
commit 208b1700d6
2 changed files with 7 additions and 2 deletions

View File

@@ -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
}