โ€บNavigation
iteration 01 ยท bootstrap

Bootstrap โ€” set the stage for the 4 features

No feature is ported yet. Bootstrap reuses the heavy infrastructure the previous nine already shipped (the frozen real fixture, the SOTA harness, the cohort registry pattern) and only adds the small pieces unique to this run.

What bootstrap does (in plain terms)

  1. Re-vendor the two "audit probes." The agnostic + parameterless probes (the tools that, run after the fact, caught two unportable candidates last time) are copied into the Forex shared folder so we can run them before each PR. The prior session intended to vendor them but the change did not land โ€” so the loop does it first.
  2. Mint a new cohort registry. The four batch-3/4 names get their own SHA-anchored list (forex_orthogonal_extension_v2) โ€” kept strictly separate from the batch-1/2 list it must never touch.
  3. Lock the recipe. Commit the per-feature Python reference + the exact tolerance for each of the four.

Then a bootstrap PR opens and the loop stops for your squash-merge. After that it begins feature #25.

The four, and why they are safe to ship today

โ† back to the running dashboard