refactor(review): keep standard review single-agent - #1519
Merged
limityan merged 1 commit intoJul 12, 2026
Conversation
limityan
force-pushed
the
yanzhn/review-single-agent-default
branch
from
July 12, 2026 16:57
c2e9710 to
081ce6e
Compare
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
This PR simplifies the Review execution model around an explicit product boundary:
/review strict, the historical/DeepReviewcompatibility alias, or a strict fix follow-up.Why
The previous adaptive path could turn an ordinary review into a multi-agent workflow based on fixed size and risk heuristics. That increased latency, model rounds, token consumption, and behavioral complexity while constraining work that a capable review model can perform directly.
The simplified boundary keeps evidence preparation and read-only safety deterministic, but delegates review depth and investigation to the review model. Multi-agent orchestration remains available only when strict intent is explicit. Team policy may recommend strict review but does not silently start it.
The removed composition and subject-candidate layers had no production consumers. The active slash-command, Git-range, workspace, and provider pull-request target paths remain on their existing parser and target-evidence flows.
Behavior and compatibility
Verification
cargo check --workspacepassed with existing warnings.Known baseline
The untracked local review artifacts are intentionally excluded from this PR. They can cause the repository hygiene script to report local absolute paths when scanned directly; the tracked-only PR content passes the hygiene check.