From 254fce82927cb70a89eec4220c45a8c6039ba6a4 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 7 Feb 2026 14:24:28 +0000 Subject: [PATCH] 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 --- claude/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/claude/settings.json b/claude/settings.json index 59bf678..17c9812 100644 --- a/claude/settings.json +++ b/claude/settings.json @@ -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,