fix(queue): surface a finding when capture-unobtainable degrades the screenshot-table gate - #10188
fix(queue): surface a finding when capture-unobtainable degrades the screenshot-table gate#10188bitfathers94 wants to merge 1 commit into
Conversation
…screenshot-table gate maybeAddScreenshotTableAdvisoryFinding early-returned for any non-advisory action, so a close/block gate degraded by the JSONbored#9881 capture-unobtainable check never appended a finding -- the degrade went completely silent even though both call sites and the reason string claimed it was surfaced. Thread captureUnobtainable through both evaluateScreenshotTableGate call sites via a shared screenshotCaptureUnobtainableForHead helper so they can't diverge, and only skip the finding when the action isn't advisory AND enforcement wasn't degraded.
|
Caution 🛑 LoopOver review result - fixes requiredReview updated: 2026-07-31 11:40:52 UTC
Review summary Nits — 4 non-blocking
CI checks failing
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. |
|
LoopOver is closing this pull request on the maintainer's behalf (CI is failing (validate, validate-tests)). This is an automated maintenance action — to pursue this change, please open a new pull request with the issues resolved. Closed PRs may be analyzed later to improve review accuracy, but they are not automatically reopened or re-reviewed. |
fix(queue): surface a finding when capture-unobtainable degrades the screenshot-table gate
maybeAddScreenshotTableAdvisoryFinding early-returned for any non-advisory
action, so a close/block gate degraded by the #9881 capture-unobtainable
check never appended a finding -- the degrade went completely silent even
though both call sites and the reason string claimed it was surfaced.
Thread captureUnobtainable through both evaluateScreenshotTableGate call
sites via a shared screenshotCaptureUnobtainableForHead helper so they
can't diverge, and only skip the finding when the action isn't advisory
AND enforcement wasn't degraded.
Closes #10060