core/docs/audit
Shay cad24f12b1
audit(W-015): investigate session/context.py unitize root cause (#252)
Instruments _anchor_pull to measure versor_condition(pulled_F) before
unitize_versor across 4,138 samples from session/chat test suites.

Verdict: (c) upstream construction violation. _slerp_toward operates on
S^31 (the 32D unit sphere) rather than the Spin sub-manifold, producing
off-manifold state with vc up to 38.58 for non-negligible field-to-anchor
angles. Distribution is strictly bimodal: vc < 1e-6 when theta ≈ 0 (slerp
is near-identity), otherwise vc >> 1e-3 — confirming the slerp is the
sole source.

Recommended fix (separate PR): replace _slerp_toward with rotor geodesic
interpolation via the Lie group exponential map (same principle as
rotor_power used in generate/stream.py:220), eliminating the post-slerp
unitize by construction.
2026-05-24 19:41:41 -07:00
..
substrate-liveness-ratchet.md docs(audit): ratchet v3 — add W-015 from L6 finding (#248) 2026-05-24 19:21:10 -07:00
substrate-liveness-registry.md audit(L9): epistemic state + verdicts - PARTIAL (#249) 2026-05-24 19:40:33 -07:00
W-015-investigation.md audit(W-015): investigate session/context.py unitize root cause (#252) 2026-05-24 19:41:41 -07:00