Files
claude_settings/settings.json
root 56b4042008 settings: Agent Teams Feature aktiviert
CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 in env hinzugefügt.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 00:51:23 +01:00

26 lines
476 B
JSON

{
"hooks": {
"SessionStart": [
{
"hooks": [
{
"type": "command",
"command": "$HOME/.claude/hooks/session-start.sh",
"timeout": 30
}
]
}
]
},
"statusLine": {
"type": "command",
"command": "$HOME/.claude/statusline-command.sh"
},
"enabledPlugins": {
"superpowers@claude-plugins-official": true
},
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
}
}