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 <noreply@anthropic.com>
6 lines
67 B
JSON
6 lines
67 B
JSON
{
|
|
"env": {
|
|
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
|
|
}
|
|
}
|