fix(ce-plan): route confidence-gate pass to document-review#462
Merged
Conversation
…-gen options Phase 5.3.2 said "proceed to Phase 5.4" when the confidence gate passed, which skipped document-review (5.3.8) entirely. Now routes to 5.3.8 so document-review always runs regardless of whether deepening was needed.
…n versions When developers report bugs from their own usage, the installed marketplace version may be stale. This teaches agents to diff the installed copy against the repo before diving into a fix.
Merged
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.
Phase 5.3.2 in ce:plan told the model to "proceed to Phase 5.4" when the confidence gate passed, which skipped document-review (5.3.8) entirely. Plans that didn't need deepening never got reviewed. The fix routes the gate-pass case to 5.3.8 so document-review always runs — it catches different issues than the confidence check and should never be skipped.
Also adds a "Debugging Plugin Bugs" section to the plugin AGENTS.md. Developers of this plugin use it via their marketplace install, which can be older than the repo. When investigating a reported usage bug, agents should now diff the installed version against the repo before diving in — avoiding wasted effort on already-fixed issues or misdiagnosis when the two versions diverge.
🤖 Generated with Claude Opus 4.6 (1M context, extended thinking) via Claude Code