Move `env` block to the top of settings and `teammateMode` to the end,
keeping the file organized with related settings grouped together.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Enable experimental agent teams support and switch to local commit
commands, disabling the official commit-commands plugin now that
equivalent commands exist in claude/commands/.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add git branch to the list of auto-allowed Bash commands so Claude
can inspect and manage branches without prompting for permission.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add Bash permissions for npm run, go mod download, and helm create.
Allow mcp__context7__get-library-docs tool.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Enable rust-analyzer-lsp plugin for Rust development support and
disable sentry plugin as it's not currently needed.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add new Bash allow rules (awk, bat, cat, du, git diff, git fetch,
tail, tree, and additional pnpm shortcuts), WebSearch, and context7
MCP permissions. Sort enabledPlugins alphabetically, toggle swift-lsp
off, and remove plansDirectory setting.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Disable unused plugins (playwright, ralph-loop, pr-review-toolkit,
rust-analyzer-lsp, lua-lsp), enable sentry plugin, and remove the
curl deny rule from permissions.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add global Claude Code configuration with permission allowlists for
common build/test commands, statusline script showing git status,
context usage, token counts, and cost. Update siren to symlink these
files to ~/.claude/ directory.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>