chore: sync local config — caveman plugin, command/skill tweaks

- settings.json: enable caveman marketplace+plugin, effortLevel=high
- commands/git-branch + git-push: refactor docs
- skills/parallel-fix-issues: SKILL.md + scripts updates
This commit is contained in:
2026-05-08 20:44:50 +02:00
parent bf8651020e
commit 25eefbd5e3
6 changed files with 279 additions and 255 deletions
+12 -3
View File
@@ -19,8 +19,17 @@
"padding": 1
},
"enabledPlugins": {
"gopls-lsp@claude-plugins-official": true
"gopls-lsp@claude-plugins-official": true,
"caveman@caveman": true
},
"skipDangerousModePermissionPrompt": true,
"effortLevel": "medium"
"extraKnownMarketplaces": {
"caveman": {
"source": {
"source": "github",
"repo": "JuliusBrussee/caveman"
}
}
},
"effortLevel": "high",
"skipDangerousModePermissionPrompt": true
}