fix(proevesett): case 4 reads the sequencing gate's own code from the trace
New grader names-code (regex, trace, code\W{1,12}BRIEF_V51_MISSING_SIGNALS),
the same form as the intent case's names-code. It checks what the case's
expected_outcome promised before any run: the validator reports the code.
Checked on this session's recorded traces before the commit: it matches
10 of 10 green runs and 0 of 3 runs with the check disabled.
Known-positive re-run in the scratch copy (validator check 'if (false)'):
0 of 3 cases pass, names-code fails in each, the other 5 graders pass.
Green: tests/lib/proevesett.test.mjs 10 of 10.
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This commit is contained in:
parent
63b74bdaa4
commit
a384ce6cab
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
type: regex
|
||||||
|
pattern: 'code\W{1,12}BRIEF_V51_MISSING_SIGNALS'
|
||||||
|
target: trace
|
||||||
|
---
|
||||||
Loading…
Add table
Add a link
Reference in a new issue