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
test(pipeline): pin machine_readable null vs empty count behavior
Document and assert the one parity nuance between the typed count and the old
contains_key walk: an empty `machine_readable: {}` counts as enriched (an LLM may
insert a bare section), while an explicit `machine_readable: null` is treated as
un-enriched. No corpus file uses the bare/null form, so this matches the previous
behavior in practice. Addresses a ralph-review completeness finding.
0 commit comments