ci: atlas-sync — new External proxies auto-request their review#139
Open
ransomr wants to merge 2 commits into
Open
ci: atlas-sync — new External proxies auto-request their review#139ransomr wants to merge 2 commits into
ransomr wants to merge 2 commits into
Conversation
Discovery now posts @review on each proxy it creates: marvin's comment fires the reviewer's external mode, so findings are waiting on the proxy by the time a human looks. Creation-time only (the heal path doesn't re-request); body template updated to say so. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ReviewSmall, well-scoped change: discovery now posts the review-trigger comment on each freshly created External proxy so the automated external review is already running before a human opens it. I verified the full trigger chain and it is sound:
Findings — all non-blocking (two inline, one here):
No correctness or security issues found. |
|
🔎 Review complete. |
A transient failure of the review-request comment must not mislabel the successful proxy creation as a failed item (and the heal path cannot recover this write — dedup skips fully-boarded proxies). Own try/except with a distinct 'review request FAILED — trigger @review manually' action instead. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
When discovery creates a proxy for a new external upstream PR, it now posts
@reviewon it immediately — marvin's comment fires the reviewer's external mode (word-boundary trigger;Externallabel + upstream URL already in the freshly-written body), so the automated analysis is waiting on the proxy before a human ever opens it.Lifecycle: proxy created (
Review) → auto-@review→ external review runs (Agent, 👀 on the comment) → findings posted on the proxy → back toReviewwith the ball visibly yours. Creation-time only — the heal path never re-requests; a manual@reviewremains the re-run path. Cost note: each newly-tracked external PR now spends one review run automatically.🤖 Generated with Claude Code