feat(claude/settings): enable agent teams and use local commands

Enable experimental agent teams support and switch to local commit
commands, disabling the official commit-commands plugin now that
equivalent commands exist in claude/commands/.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 14:24:28 +00:00
parent 46b6b051c8
commit 254fce8292

View File

@@ -93,10 +93,14 @@
"command": "~/.claude/statusline.sh",
"padding": 0
},
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
},
"teammateMode": "auto",
"enabledPlugins": {
"code-review@claude-plugins-official": true,
"code-simplifier@claude-plugins-official": true,
"commit-commands@claude-plugins-official": true,
"commit-commands@claude-plugins-official": false,
"feature-dev@claude-plugins-official": true,
"frontend-design@claude-plugins-official": true,
"gopls-lsp@claude-plugins-official": true,