Fix stacked gap-fill producer ordering and housing direction provenance (#578 smoke rounds 1-3) - #649
Open
MaxGhenis wants to merge 8 commits into
Open
Fix stacked gap-fill producer ordering and housing direction provenance (#578 smoke rounds 1-3)#649MaxGhenis wants to merge 8 commits into
MaxGhenis wants to merge 8 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The first two production 1% smoke builds of the stacked spine (#624 ladder, post-#631) failed closed at the gap-fill activation authority. This PR carries the fixes from three verification rounds, each driven by a real build's receipts. The authority checks themselves are untouched in strictness — every fix is to plan declarations, ordering, or provenance, never to the gates.
Round 1 — early surface ran before its producers (smoke: 584s failure)
~40 declared
asec_survey_to_acstargets were absent at the early check: they are operator- or PUF-produced, not survey-carried. Fix (1a372e16→1a827706): split the 118-target surface into an early cross-origin surface (48) and a new declared post-PUF transfer stage (70) that runs after PUF materialization and source completion, with its own activation authority, byte-compared producer snapshots, and a zero-residual-nulls outcome gate.Adversarial verification of round 1 (two criticals, fixed)
is_pregnantwas QRF-filled instead of failing closed. Target-specific producer masks, producer-null checks, cross-grain clone validation, and immutable snapshots now prevent it (e0112838).simulation_ready; production now validates the exact canonical receipt at cold execution, checkpoint emission/resume, manifest construction, and publication (8533131c).Round 2 — housing direction had donor and recipient inverted (smoke: 1700s, first direction passed and banked)
acs_housing_to_asecdeclared ACS the rent donor; the assembled checkpoint showedpre_subsidy_rentnull for exactly the 34,293 ACS-origin persons. The operator-ordering doc is explicit that ACSRNTP/GRNTPare predictors andpre_subsidy_rentis produced bywith_us_housing_inputson the ASEC-evidenced projection. Fix (99f71c1a+): the direction is nowasec_housing_to_acs; the 1,895 native ACS group-quarters people carry exact structural-absence authority and are never synthesized to zero (037bbcd1).The permanent guard
A channel-aware producer schedule now requires, for every declared target: exactly one known producer, known execution scope, correct donor channel, and a producer stage strictly preceding that direction's activation check — and the schedule is bound into checkpoint identity (
2cdebe97). A direction-by-direction audit of all 118 targets under this schedule found no further latent ordering failure. Stacked authority and checkpoint materializer versions are now 5; v≤4 checkpoints and banks are structurally non-resumable.Evidence
f3cffe94…awaiting archive append.Fixes the smoke-blocking failures under #578 / #624.
🤖 Generated with Claude Code