dot_files/dot_claude/settings.json
Viktor Barzin 71ca79e2a4 Sync dotfiles: update settings, marketplaces, and zshenv
- Fix CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS env var name (was missing L)
- Restore model setting in claude settings
- Update marketplace paths and timestamps
- Remove META_CLAUDE_CODE_RELEASE from zshenv (no longer set locally)
2026-02-08 15:41:25 +00:00

20 lines
483 B
JSON

{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1",
"DISABLE_AUTOUPDATER": "1"
},
"model": "opus[1m]",
"statusLine": {
"type": "command",
"command": "~/.claude/statusline.sh",
"padding": 0
},
"enabledPlugins": {
"code-simplifier@claude-plugins-official": true,
"llm-rules@Meta": true,
"meta@Meta": true,
"ralph-loop@claude-plugins-official": true,
"superpowers@claude-plugins-official": true,
"trajectory@Meta": true
}
}