Skip to content

Let voluntary filing predict from PUF-only survivor units#425

Merged
MaxGhenis merged 1 commit into
mainfrom
voluntary-filing-puf-survivors
Jul 14, 2026
Merged

Let voluntary filing predict from PUF-only survivor units#425
MaxGhenis merged 1 commit into
mainfrom
voluntary-filing-puf-survivors

Conversation

@MaxGhenis

Copy link
Copy Markdown
Contributor

Build M's sparse relaunch (post-#423) failed in the voluntary-filing receiver: US voluntary-filing support source units require exactly one ASEC row; invalid source unit(s) ['100010', …]. The certified frozen-support 57,240 selection legitimately keeps only the PUF clone for some source units — the same L0-survivor case the SSI reporter lineage already handles by design. Build J never exercised this stage (coverage-campaign restoration; first full-scale selection).

Fix: prefer each unit's ASEC row; when selection kept only clones, fall back to the deterministic first surviving row (channel, then tax-unit id) — clones carry the unit's source predictors, so the surviving row predicts identically. Duplicated ASEC rows remain a hard corruption error.

Verification: new test drops one unit's ASEC rows via Frame.select and pins single-prediction fanout to survivors — fails on the old receiver, passes with the fix. Full voluntary-filing suite (18 tests) green; CI-ruff clean.

🤖 Generated with Claude Code

Build M's sparse run failed in the voluntary-filing receiver: the
certified frozen-support selection legitimately keeps only the PUF
clone for some source units (the same L0-survivor case the SSI
reporter lineage handles), and _source_receiver_rows demanded exactly
one ASEC row per unit. Build J never ran this stage — it's a coverage-
campaign restoration seeing full-scale selection for the first time.

Prefer each unit's ASEC row and fall back to the deterministic first
surviving clone (clones carry the unit's source predictors, so the
surviving row predicts identically); duplicated ASEC rows remain a
hard error. New test drops one unit's ASEC rows via Frame.select and
pins single-prediction fanout to the survivors — it fails on the old
receiver and passes with the fix.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@MaxGhenis MaxGhenis merged commit 66269d9 into main Jul 14, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant