Merged
Conversation
Branch enforcement is now opt-in via `claude-team coordinator prod`. The default `coordinator on` installs casual mode — no branch gate, no INDEX.md check at session start, simplified checklist. Prod mode preserves full enforcement for team/professional use. New: - profiles/coordinator.md — casual variant (default) - profiles/coordinator-prod.md — prod variant (full branch enforcement) - commands/prod-mode.md — /prod-mode slash command - commands/casual-mode.md — /casual-mode slash command Changed: - bin/claude-team: coordinator prod subcommand, status shows casual/prod - install.sh: prompts casual/prod/n instead of Y/n - tests/run.sh: 6 new tests (82 total, all passing) - README.md: documents both modes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
coordinator on= casual: no branch enforcement, commit straight to main — for personal/casual userscoordinator prod= full branch hygiene enforcement (existing behavior, now explicit opt-in)/prod-modeand/casual-modeslash commands for mid-session togglinginstall.shnow prompts[casual/prod/n]instead ofY/nclaude-team statusshowson (casual)oron (prod)Test plan
bash tests/run.sh— 82/82 passclaude-team coordinator on→ status showson (casual), no branch gate in new sessionclaude-team coordinator prod→ status showson (prod), branch gate active in new sessionclaude-team coordinator off→ status showsoff/prod-modeand/casual-modeslash commands execute correctlybash install.shshows[casual/prod/n]prompt🤖 Generated with Claude Code