feat(agents): triage runs pre-PR expert review on diff#269
Merged
Conversation
Contributor
|
All contributors have agreed to the IPR Policy. Thank you! |
Contributor
Author
|
I have read the IPR Policy |
Contributor
Author
|
recheck |
Mirrors adcontextprotocol/adcp#2999. Adds mandatory pre-PR expert review on the diff (code-reviewer + domain expert in parallel) before `gh pr create`, capped at 2 review→fix iterations. Sign-offs recorded in PR body. Paired with flipping triage routines to Sonnet 4.6 so multi-step flows complete inside the idle-timeout window. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
babc5db to
24208b9
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
Mirrors adcontextprotocol/adcp#2999.
Triage routine now runs a mandatory pre-PR expert review on the diff (not just the plan) before opening the PR. Spawns
code-reviewer+ the matching domain expert in parallel, classifies findings as blocker/nit/out-of-scope, fixes blockers in up to 2 iterations, records sign-offs in the PR body.Paired with flipping the triage routine from
claude-opus-4-7[1m]→claude-sonnet-4-6(done via RemoteTrigger API) so multi-step flows complete inside the idle-timeout window.Test plan
🤖 Generated with Claude Code