diff --git a/FABRIC.md b/FABRIC.md index f5503e9..17bae3b 100644 --- a/FABRIC.md +++ b/FABRIC.md @@ -2726,6 +2726,15 @@ so.* fleet heat drifts downward monotonically. `VM_PHYSICS_EPSILON_Q48` is 5% of `Q48_ONE`, so a long enough run would trip `VM-CONSERVED?`. Nobody has measured the rate. This is a live defect in a conservation law the project makes claims about โ€” see ยง20.2. + + > **Note to self, flagged by Captain Bob 2026-08-04, before item 5.1.** Currently + > invisible: with Tripod pruned to Hera alone (item 0.1), `others_total` is always 0, so + > this path is never exercised โ€” nothing today can trip it. It becomes reachable, and + > therefore measurable, the moment Phase 4 restores Hermes/Artemis. Check this before + > trusting item 5.1's DoE re-run as evidence that `VM-CONSERVED?` holds: a clean run on a + > document this careful about falsifiability elsewhere, sitting on top of an unmeasured, + > monotonic leak, would be a false negative, not a green light. Still reported-not- + > scheduled on purpose โ€” becomes its own item only if Captain Bob says so. - `hotwords_cache_promote()` writes NULL into the ring if `word` is NULL and the cache is full (`physics_hotwords_cache.c:363-364`). Unreachable today. - `heartbeat_trust()` is exported and has zero callers.