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
fix(conformance): close round six — the gate declined to count, but did not reject (PNI-204)
Two findings, both in material the previous round added, both about the
gate rather than the corpus.
Declining to count a wrongly-typed value is not the same as rejecting
it: an expectation like eventPaths: [] beside a valid outcome passed
the vacuity check, because the outcome carried it, while the payload
assertion it looks like did nothing on either lane. The gate now
validates every expectation's shape against what a runner can actually
read, and that check was itself verified by injecting exactly that
value and watching it fail.
And a comment overclaimed: era-current-peer-keeps-modern-content is not
the only fixture that kills the 0.0.57 gate — an unpinned subagent
fixture fails too if that shim installs unconditionally. It protects
two gates, not three, and now says so.
0 commit comments