fix(toolkit): merge-rule guard hook and no dated model pins (gh-#751, gh-#749) - #761
Merged
Merged
Conversation
… gh-#749) Every phase command pinned a previous-generation model (claude-opus-4-7, claude-sonnet-4-6, claude-haiku-4-5). A command's model: frontmatter switches the conversation to that model for its turn, so the session model never ran a phase. The pins are gone: commands inherit the session model, builder keeps the sonnet alias, reviewer is model: inherit so the gate is never weaker than the session. README model column and prose updated. The MERGE RULE (merge, tag, release, push to main need Dean's per-action consent) was prompt text only. A PreToolUse hook on Bash now blocks gh pr merge, gh release create, git tag (listing allowed), git push --tags and pushes to main with exit 2, so every subagent hits the same wall. Refs gh-#749, gh-#751
genwave-radio
force-pushed
the
fix/toolkit-merge-guard-model-pins-751-749
branch
from
September 13, 2026 16:35
2df9a52 to
a206971
Compare
genwave-radio
deleted the
fix/toolkit-merge-guard-model-pins-751-749
branch
September 13, 2026 17:30
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
🔧 What
gh-#749 model pins
model:from all nine.claude/commands/*.md→ commands inherit the session model.reviewer.md:model: opus→model: inherit.builder.mdkeeps thesonnetalias.build-loop.mddispatch text and.claude/README.md(model column, prose, diagram) updated to match.gh-#751 merge-rule guard
PreToolUsehook onBashin.claude/settings.example.json(also applied to the personalsettings.local.json).gh pr merge,gh release create,git tag <name>,git push --tags,git push … main,git push … :main,HEAD:refs/heads/main.git tag -l,git tag --list,git tag --contains,git pushto any other branch,gh pr create.Dean lifts the guard per action by running the command himself.
Closes #749
Closes #751