CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 in env hinzugefügt. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
26 lines
476 B
JSON
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"
|
|
}
|
|
}
|