Compare commits

...

2 Commits

Author SHA1 Message Date
Bill b89764b52b Update plugins and settings
- Bump superpowers plugin to 4.1.1
- Add ralph-wiggum plugin
- Update git-gitea skill submodule
- Enable skipDangerousModePermissionPrompt
2026-04-20 18:23:45 -04:00
Bill a0be6e76bb Add runtime/ephemeral paths to gitignore
Ignore backups/, tasks/, sessions/, and mcp-needs-auth-cache.json
as these are machine-specific runtime data.
2026-04-20 18:23:17 -04:00
3 changed files with 11 additions and 6 deletions
+4
View File
@@ -28,5 +28,9 @@ plugins/install-counts-cache.json
plugins/known_marketplaces.json
plugins/installed_plugins.json
plugins/blocklist.json
# Session and runtime data
backups/
tasks/
sessions/
mcp-needs-auth-cache.json
+6 -5
View File
@@ -1,4 +1,8 @@
{
"attribution": {
"commit": "",
"pr": ""
},
"permissions": {
"allow": [
"Bash(git:*)",
@@ -43,12 +47,9 @@
"superpowers@superpowers-marketplace": true,
"frontend-design@claude-code-plugins": true,
"example-skills@anthropic-agent-skills": true,
"superpowers@claude-plugins-official": true
"superpowers@claude-plugins-official": true,
"ralph-wiggum@claude-code-plugins": true
},
"alwaysThinkingEnabled": true,
"attribution": {
"commit": "",
"pr": ""
},
"skipDangerousModePermissionPrompt": true
}