{ "env": { "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1" }, "teammateMode": "auto", "permissions": { "allow": [ "Bash(git add *)", "Bash(git commit *)", "Bash(git push *)", "Bash(git fetch *)", "Bash(git merge *)", "Bash(git pull *)", "Bash(git status *)", "Bash(git log *)", "Bash(git diff *)", "Bash(git show *)", "Bash(git checkout *)", "Bash(git stash *)", "Bash(git branch *)", "Bash(git worktree *)", "Bash(git config *)", "Bash(git mv *)", "Bash(git rm *)", "Bash(git ls-tree *)", "Bash(git rev-parse --show-toplevel)", "Bash(tooling/db/audio-generate *)", "Bash(tooling/db/audio-health)", "Bash(tooling/db/audio-post *)", "Bash(tooling/db/audio-batch *)", "Bash(make *)", "Bash(make)", "Bash(pql)", "Bash(pql *)", "Bash(tea *)", "Bash(tooling/tea-comment *)", "Bash(tooling/worktree-setup:*)", "Bash(cargo test *)", "Bash(cargo test)", "Bash(cargo build *)", "Bash(cargo build)", "Bash(cargo check *)", "Bash(cargo check)", "Bash(cargo clippy *)", "Bash(cargo clippy)", "Bash(ruff check *)", "Bash(ruff check)", "Bash(tests/run-*)", "Bash(godot4:*)", "Bash(gdformat:*)", "Bash(tooling/atlas:*)", "Bash(tooling/validate-ron:*)", "Bash(tooling/godot-cold-parse:*)", "Bash(tooling/pr-watchlist-diff:*)", "Bash(chmod *)", "Bash(ls *)", "Bash(find *)", "Bash(list *)", "Bash(tree *)", "Bash(sed -n *)", "Read(//var/mnt/data/projects/settled-reach/**)", "Edit(//var/mnt/data/projects/settled-reach/**)", "Write(//var/mnt/data/projects/settled-reach/**)", "Read(//tmp/**)", "Grep", "Glob", "Skill(git-commit)", "Skill(whats-next)", "Skill(pr-process)", "Skill(pr-review)", "Skill(ticket)", "Skill(workshop-start)" ], "deny": [ "Bash(git push --force *)", "Bash(git push --force:*)", "Bash(git push --force)", "Bash(git reset --hard *)", "Bash(git reset --hard:*)", "Bash(git reset --hard)", "Bash(git clean -f *)", "Bash(git clean -f:*)", "Bash(git clean -f)", "Bash(rm -rf *)", "Bash(rm -rf:*)" ], "ask": [ "Edit(.claude/settings.json)", "Write(.claude/settings.json)", "Edit(.claude/settings.local.json)", "Write(.claude/settings.local.json)", "Edit(.claude/hooks/**)", "Write(.claude/hooks/**)", "Edit(.config/hooks/**)", "Write(.config/hooks/**)", "Edit(.worktrees/**/.claude/settings.json)", "Write(.worktrees/**/.claude/settings.json)", "Edit(.worktrees/**/.claude/hooks/**)", "Write(.worktrees/**/.claude/hooks/**)", "Edit(.worktrees/**/.config/hooks/**)", "Write(.worktrees/**/.config/hooks/**)" ] }, "hooks": { "PreToolUse": [ { "matcher": "Bash", "hooks": [ { "type": "command", "command": ".claude/hooks/git-lock-guard.sh", "timeout": 5 }, { "type": "command", "command": ".claude/hooks/git-centralize-guard.sh", "timeout": 5 } ] } ] } }