# Runtime Effect Kind-8 Tier2 Recipe Runtime Note This note summarizes the checked subgraph `artifacts/exports/rt3-1.06/runtime-effect-kind8-tier2-recipe-runtime-subgraph.md`, seeded from: - `0x00435630` - `0x00412d70` - `0x00412fb0` ## High-level shape The current Tier 2 recipe/runtime strip is one tightly coupled rebuild family, not a set of independent helpers. Important bounded relationships: - `0x00435630` - rebuilds scenario-side port/warehouse cargo recipe runtime tables - re-enters `0x00412d70` - `0x00412d70` - rebuilds candidate runtime records from scenario state - re-enters `0x00435630` - also re-enters `0x00411ce0` and `0x00411ee0` - `0x00412fb0` - broader collection-load owner - re-enters `0x004120b0` - then `0x00412d70` - then `0x00412ab0` - then `0x00412c10` So the current recipe/runtime strip is not a simple one-way ladder. It is a coupled rebuild loop: - recipe runtime rebuild - candidate runtime-record rebuild - per-record stream-load rebuild - later named-availability latch refresh ## Neighboring owners The same bounded subgraph also shows the relevant downstream and side owners: - named availability / cargo-economy side: - `0x00412c10` - `0x0041eac0` - `0x00434ea0` - `0x00434f20` - broader load / bringup side: - `0x004131f0` - `0x004384d0` - `0x00443a50` ## Current implication This supports the current Tier 2 bias: - the shipped add-building carrier differences are more likely to live in the interaction between recipe rebuild, candidate runtime-record rebuild, and later availability-latch refresh - not in one isolated helper or one isolated named-availability bit One upstream pairwise check now supports that same read: - `compare-setup-payload-core Louisiana.gmp Dutchlantis.gmp` already differs at: - `payload_word_0x14`: `1870` vs `2025` - `payload_byte_0x20`: `0x3a` vs `0xfd` - `payload_word_0x3b2`: `2` vs `1` - candidate-header words: `0xcdcdcdcd / 0xcdcdcdcd` vs `0x00000000 / 0x00000000` So the current evidence no longer stops at the recipe-book lines themselves; there are already setup-payload-core differences upstream of the coupled Tier 2 rebuild strip. So the next recovery pass should target the internal sequencing and data handoff across: - `0x00435630` - `0x00412d70` - `0x00412fb0` - `0x00412c10` rather than returning to the title overlap or direct `Warehouse05` availability question.