From dc3d0970adda4d465f7fe3542af48ec88c58fe9f Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 15 Jun 2026 18:19:02 +0200 Subject: [PATCH] VIOLET V3.3 review: note that extreme MC gate covers boost>2.5/beta=0/mc=0 Reverted a redundant widening of the main MC gate (typical ranges) after confirming test_gate_mc_extreme_multipliers already bit-identity-tests boost in [1,5], beta in {0,0.2,0.8,1}, mc in {0,0.5,1}, and the OB agreement boundary (N=200k, exact !=). Added a cross-reference note. All 6 gates green. Co-Authored-By: Claude Opus 4.8 --- prod/clean_arch/violet/test_violet_sizing.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prod/clean_arch/violet/test_violet_sizing.py b/prod/clean_arch/violet/test_violet_sizing.py index 793e52e..34fb0b1 100644 --- a/prod/clean_arch/violet/test_violet_sizing.py +++ b/prod/clean_arch/violet/test_violet_sizing.py @@ -448,6 +448,8 @@ def test_gate_mc_bit_identity(): agree = rng.uniform(0.0, 1.0, N) posture = rng.choice(["APEX", "STALKER", "RESTORED"], N) capital = rng.uniform(1e4, 1e6, N) + # NOTE: boost>2.5, β∈{0,1}, mc=0, and the OB agreement boundary are covered by + # test_gate_mc_extreme_multipliers (typical-vs-extreme split — verified 2026-06-15). sz = _sizer() eng = _orch()