Uh oh!
There was an error while loading. Please reload this page.
test(cu): consolidate qualification evidence - #980
Conversation
fcc3437 to
4d82cc0Compare4d82cc0 to
fe186b7Compare
Astro-Han
left a comment
There was a problem hiding this comment.
Approving — findings confirmed but all non-blocking: they're confined to the manually-run real-model / real-macOS qualification scripts, which CI does not execute, and there's no product/runtime regression. Follow-ups worth addressing since they touch the qualification contract this PR delivers:
- [P2]
restart-recoveryhas no passing path (scripts/cu-real-ax-model-e2e.mjs):actionBudgetForgrantsset_value: 1, but the pass condition needs a staleset_valuefailingtarget_missingAND a later successfulset_value(two attempts); the second is rejected by the budget check before dispatch, soe2e:computer-use-process-restart/-real-ax-restartcan never pass. Fix: allowset_value: 2for restart-recovery and authorize the staletarget_missingattempt. - [P2] Over-budget / disallowed attempts are erased from the qualification report: the budget and allowed-action throws run before
actions.push(and beforetotalActionAttempts = nextTotal), sovalidateRealReportnever sees them — an auditability gap versus the stated fail-closed goal (the action is still blocked, so not a safety issue). Fix: record the attempt before throwing. - [P2] launcher and matrix disagree on the pass verdict:
cu-real-model-launcher.mjsomits theexpectedActionSequence/ lineage checks thatvalidateRealReportenforces, so it can exit 0 on a report the matrix rejects as invalid. Fix: share one verdict.
fe186b7 to
3c9a3d9Comparehqhq1025
commented
Jul 15, 2026
@Astro-Han All three qualification follow-ups are fixed in |
Astro-Han
commented
Jul 15, 2026
Both product changes are correct. A cluster of non-blocking robustness and coverage notes:
|
Astro-Han
left a comment
There was a problem hiding this comment.
Approving. The core behaviors are verified correct; the notes posted are non-blocking (P2/P3 follow-ups).
c3172bf to
74fcca8Comparehqhq1025
commented
Jul 15, 2026
Rebased onto current |
Uh oh!
There was an error while loading. Please reload this page.
Summary
Consolidates Computer Use qualification evidence into one fail-closed contract.
Verification