fix(fix-loop): add explicit rejection/revision loop to Plan Mode (§8 audit gap)#192
Merged
maystudios merged 1 commit intomainfrom Mar 25, 2026
Merged
fix(fix-loop): add explicit rejection/revision loop to Plan Mode (§8 audit gap)#192maystudios merged 1 commit intomainfrom
maystudios merged 1 commit intomainfrom
Conversation
Adds a step 5 handling block to Phase 1 so users can approve, request changes (looping back through parameter gathering), or cancel — closing the audit gap in §8 Plan Mode where no rejection path existed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds an explicit user rejection/revision path to the maxsim:fix-loop command template’s Plan Mode setup phase, closing the documented gap where the loop configuration could be shown but not explicitly accepted/modified/canceled before execution.
Changes:
- Inserts a new “Handle user response” step in Phase 1 (Plan Mode) covering approve / request changes (loop back) / cancel (exit + stop).
- Renumbers the Phase 1 exit step to occur only after the user approves.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
|
🎉 This PR is included in version 5.15.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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
fix-loop.mdTest plan
npm run build && npm testexactly 13 .md files existtest continues to pass🤖 Generated with Claude Code