โ€บNavigation
iteration 01 ยท bootstrap

Bootstrap โ€” mint the v3 cohort and pin the substrate

No feature is ported yet. Bootstrap reuses the heavy infrastructure prior runs already shipped (the frozen real fixture, the SOTA harness, the cohort-registry pattern) and adds only the pieces unique to this run: a freshly minted v3 cohort, a numpy-pinned SSoT/tolerance doc for the gap-aware substrate, and the three dashboard placeholders. PR1 is the base of the stack.

โœ… Done โ€” PR1 #124 OPEN (base of the stack)

Status: PR1 #124 OPEN ยท feat/odb-ext/rqw-crex-bootstrap ยท base=main โ€” first in the squash-merge order.

The load-bearing substrate (in plain terms)

Both features measure the shape of the recent returns, so they must agree on exactly which returns to look at. The recipe is transcribed from multislice_orthogonality_probe.py (the k_crex / k_rqw paths) โ€” not the discovery harness, whose sign-dropped, no-gap-null variant would diverge silently.

  1. Take the trailing 200-bar window of closes.
  2. Compute logret = diff(log(close)).
  3. Null every inter-bar gap > 8h โ€” weekend and Ouroboros weekly-reset jumps are not real returns, so they become NaN.
  4. Drop the NaNs.
  5. Require at least 8 finite returns; otherwise emit NULL for that bar.

This is the no-silent-drift discipline: we port the pinned convention exactly rather than "improve" it. Parity is verified VALUE-within-1e-9 against a pinned numpy oracle (numpy 2.5.0 / scipy 1.18.0), not a byte-sha of a frozen blob.

The two hardening witnesses (front-loaded)

Orthogonality KEEP evidence (already satisfied)

Both features cleared the KEEP test on 2026-06-12-xi-batch34-crossed-verdict.md and are not re-run here: #38 ฮพ 0.160 / 0.395 (close) โ€” independent; #7 ฮพ 0.135 / 0.260 โ€” independent. This run is production wiring, not discovery.

โ† back to the running dashboard ยท next: #38 cumulative_residual_extropy