From 6d03d4301f2b9d579c843aa8e307aa85a5f4d1a1 Mon Sep 17 00:00:00 2001 From: znetsixe Date: Thu, 28 May 2026 11:19:24 +0200 Subject: [PATCH] chore: enable experimental agent teams via shared settings.json Adds .claude/settings.json with CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 so every contributor gets the `team` keyword + TeamCreate tool on clone, without each person having to set the env var locally. Co-Authored-By: Claude Opus 4.7 --- .claude/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..b360c69 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,5 @@ +{ + "env": { + "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1" + } +}