chore: add never-switch-branches hard rule to coordinator - #3
Merged
Conversation
docs: add branch hygiene section and What's New callout to README See merge request wcurran/claude-team-cli!2
Claude pushes feature branches; the user (or Claude via glab/gh CLI) merges through the UI. Direct git checkout main && git merge is prohibited to prevent working tree disruption in parallel sessions. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
d6veteran
pushed a commit
that referenced
this pull request
Sep 3, 2026
Rez's three Required Interactive Behaviors described what to output but never scripted the phrasing, so the persona had no verbatim line to produce. Several other profiles pin the exact words inside at least one behavior as an italic fill-in-the-blank template; see profiles/sage.md behavior #3. Adds four lines, each enforcing a rule the profile already stated but left unscripted: - Provenance Check: a verdict line leading the Prior Art table, plus a second line for the empty-table case, so "unclaimed space is a finding" cannot be skipped silently - The Homage Meter: one line carrying the notch, the reason tied to a named work, and the single change toward fresh - Cite the Canon: pins the shape of each Touchstones entry so it says what to study, not just a famous title The lines are deliberately short. Rez's stated style is "verdicts short and evidence long," so a long scripted line would contradict the persona. This is authored content, not part of the verbatim port from the local install. Regenerated agents/rez.md. commands/rez.md is unchanged because the generator strips the Required Interactive Behaviors section from all command files. tests/run.sh: 296/296 passing. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018ZKH7A7XD4eMHrbHKjhKpg
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
### Never switch branches (hard rule)to the coordinator profilegit checkout main && git mergeto protect parallel sessionsTest plan
profiles/coordinator.mdand~/.claude/CLAUDE.md