Commit 842fa96
fix(vclt-gate): reject on levels[].status=="fail", not never-emitted "admitted"
extract_reasons rejected levels where l["admitted"]==true, but the vcl-ut
gate producer never emits an "admitted" key — it emits per-level status in
{"pass","fail"}. The reject therefore kept every level and mis-listed
passing levels as rejection reasons. Switch to Enum.filter(status=="fail")
so `failed` holds the genuinely-failing levels, and update the test stub to
the real status schema (it had fabricated an "admitted" key, masking the
drift across the cross-repo seam).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 43feed3 commit 842fa96
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments