Surfaced by the restored fast oracle (#1153). tests/tools/test_numerical_policy.py::test_physics_tree_has_zero_unregistered_clamps reports 4 clamps not declared in the numerical-policy registry:
- core/kuramoto/engine.py:295 [saturate_clip] np.clip(np.abs(z),0,1)
- core/physics/forman_ricci.py:175 [abs_sign_loss]
- core/physics/forman_ricci.py:269 [floor_maximum] np.maximum(np.abs(prices),1e-12)
- core/physics/forman_ricci.py:375 [floor_builtin] max(0.0, kappa_min - _MARGIN_ESCALATION_ONSET)
Some originate from #1150/#1152 Forman-Ricci work merged under the vacuous oracle.
Drain criterion: register each clamp with declared bound+justification (or refactor if unjustified); test green under real oracle; remove quarantine line. Quarantined in #1153.
Surfaced by the restored fast oracle (#1153).
tests/tools/test_numerical_policy.py::test_physics_tree_has_zero_unregistered_clampsreports 4 clamps not declared in the numerical-policy registry:Some originate from #1150/#1152 Forman-Ricci work merged under the vacuous oracle.
Drain criterion: register each clamp with declared bound+justification (or refactor if unjustified); test green under real oracle; remove quarantine line. Quarantined in #1153.