You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both predate this session's pipeline work — confirmed by running them at the
pre-session checkpoint — and both were asserting against premises the code had
deliberately moved past.
TestAnInterruptedStallIsStillAStall asserted that an identical failure three
times escalates, using "completeness" as its gate. completeness is in
escalationWouldNotHelp: it asks for text the run has already been given in full,
a dearer model cannot supply it any better, and record declines to escalate on
it whatever the tally. It now uses a gate with no exemption, and fails loudly if
that gate ever acquires one. This is the second test found today asserting a
general rule through a gate that is exempt from it.
TestAnUndocumentedMainIsAskedForRatherThanOnlyReported looked for a bare "main"
among the reported gaps. Gaps have been qualified with their file since
CL-20260803-141, because a generated workspace holds a stub main.go beside the
real one and the unqualified name describes both — so the test read the
qualification as the gate having stopped asking at all.
Change-Log: CL-20260803-166
Dev-Log: DL-20260803-176
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments