fix(review): hold standalone provider-file edits for manual review - #9917
Conversation
runSurfaceReview's standalone provider path only ever read the file at head, so editing an already-registered registry/providers/<slug>.json outside a companion PR auto-merged or auto-closed off document validity alone, even though the identical edit riding alongside an entry file was already held for a human by the companion guard. Read head and base concurrently and apply the same non-null-base check the companion path uses, routing edits to manual review while leaving genuine debut submissions (null base) on the existing merge/close path.
|
Tip ✅ LoopOver review result - approve/merge recommendedReview updated: 2026-07-29 22:49:36 UTC
Review summary Nits — 2 non-blocking
Decision drivers
Context & advisory signals — never blocks the verdict
Linked issue satisfactionAddressed Review context
Contributor next steps
Signal definitions
🧪 Chat with LoopOverAsk LoopOver a question about this PR directly in a comment — grounded only in the same cached, public-safe facts shown above, never a new claim.
Full command reference: https://loopover.ai/docs/loopover-commands 🧪 Experimental — new and may change. 🟩 Safe / merged · 🟦 Advisory · 🟨 Held for review · 🟥 Blocked / closed 💰 Earn for open-source contributions like this. Gittensor lets GitHub contributors earn for the work they already do — register to start earning →. Checked by LoopOver, a quiet PR intelligence layer for OSS maintainers.
|
|
Superagent didn't find any vulnerabilities or security issues in this PR. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9917 +/- ##
==========================================
+ Coverage 79.52% 79.55% +0.03%
==========================================
Files 281 282 +1
Lines 58577 58681 +104
Branches 6833 6870 +37
==========================================
+ Hits 46581 46685 +104
Misses 11706 11706
Partials 290 290
Flags with carried forward coverage won't be shown. Click here to find out more.
|
fix(review): hold standalone provider-file edits for manual review
runSurfaceReview's standalone provider path only ever read the file at
head, so editing an already-registered registry/providers/.json
outside a companion PR auto-merged or auto-closed off document validity
alone, even though the identical edit riding alongside an entry file was
already held for a human by the companion guard. Read head and base
concurrently and apply the same non-null-base check the companion path
uses, routing edits to manual review while leaving genuine debut
submissions (null base) on the existing merge/close path.
Closes #9666