chore: simplify plugin configuration and enable official plugins

Switch from community workflows to official plugins (rust-analyzer-lsp,
ralph-wiggum) for better maintenance. Disable DCP plugin temporarily.
Reorganize settings alphabetically and remove unused workflow plugins.
This commit is contained in:
2025-12-26 14:34:51 -06:00
parent 591d17ddba
commit 3365f031f9
2 changed files with 4 additions and 37 deletions
+3 -36
View File
@@ -1,5 +1,6 @@
{ {
"includeCoAuthoredBy": false, "includeCoAuthoredBy": false,
"model": "sonnet",
"permissions": { "permissions": {
"allow": [ "allow": [
"Glob", "Glob",
@@ -229,50 +230,16 @@
], ],
"defaultMode": "default" "defaultMode": "default"
}, },
"model": "sonnet",
"statusLine": { "statusLine": {
"type": "command", "type": "command",
"command": "bunx -y ccstatusline@latest", "command": "bunx -y ccstatusline@latest",
"padding": 0 "padding": 0
}, },
"enabledPlugins": { "enabledPlugins": {
"backend-development@claude-code-workflows": true,
"javascript-typescript@claude-code-workflows": true,
"security-guidance@claude-code-plugins": true,
"commit-commands@claude-code-plugins": true, "commit-commands@claude-code-plugins": true,
"feature-dev@claude-code-plugins": true, "feature-dev@claude-code-plugins": true,
"code-documentation@claude-code-workflows": true, "rust-analyzer-lsp@claude-plugins-official": true,
"debugging-toolkit@claude-code-workflows": true, "ralph-wiggum@claude-plugins-official": true
"git-pr-workflows@claude-code-workflows": true,
"full-stack-orchestration@claude-code-workflows": true,
"unit-testing@claude-code-workflows": true,
"tdd-workflows@claude-code-workflows": true,
"code-review-ai@claude-code-workflows": true,
"code-refactoring@claude-code-workflows": true,
"dependency-management@claude-code-workflows": true,
"error-debugging@claude-code-workflows": true,
"error-diagnostics@claude-code-workflows": false,
"deployment-strategies@claude-code-workflows": false,
"deployment-validation@claude-code-workflows": false,
"cicd-automation@claude-code-workflows": true,
"application-performance@claude-code-workflows": true,
"comprehensive-review@claude-code-workflows": true,
"performance-testing-review@claude-code-workflows": false,
"framework-migration@claude-code-workflows": false,
"codebase-cleanup@claude-code-workflows": true,
"database-design@claude-code-workflows": false,
"data-validation-suite@claude-code-workflows": false,
"api-scaffolding@claude-code-workflows": false,
"api-testing-observability@claude-code-workflows": false,
"documentation-generation@claude-code-workflows": false,
"game-development@claude-code-workflows": false,
"accessibility-compliance@claude-code-workflows": false,
"systems-programming@claude-code-workflows": true,
"functional-programming@claude-code-workflows": true,
"shell-scripting@claude-code-workflows": false,
"observability-monitoring@claude-code-workflows": false,
"database-cloud-optimization@claude-code-workflows": false,
"jvm-languages@claude-code-workflows": true
}, },
"alwaysThinkingEnabled": true "alwaysThinkingEnabled": true
} }
+1 -1
View File
@@ -2,7 +2,7 @@
"$schema": "https://opencode.ai/config.json", "$schema": "https://opencode.ai/config.json",
"model": "anthropic/claude-sonnet-4-5", "model": "anthropic/claude-sonnet-4-5",
"plugin": [ "plugin": [
"@tarquinen/opencode-dcp@latest", // "@tarquinen/opencode-dcp@latest",
"@franlol/opencode-md-table-formatter@0.0.3", "@franlol/opencode-md-table-formatter@0.0.3",
// "file:///home/xevion/projects/opencode-anthropic-websearch/dist/index.js" // "file:///home/xevion/projects/opencode-anthropic-websearch/dist/index.js"
], ],