You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Phased arming:* the gate fails the merge only on **armed** steps (currently `cargo fmt`, `clippy` incl. `pedantic`, `ruff lint`, `ruff format`, `mypy --strict`, `DRY`, `Rust coverage β₯ 80%` β verified clean repo-wide). The rest run **warn-only** (`continue-on-error`) while pre-existing debt is cleared β file size, complexity, Python coverage, mutation β and are armed one at a time as each is cleaned. See the header comment in the workflow.
62
+
*Phased arming:* the gate fails the merge only on **armed** steps (currently `cargo fmt`, `clippy` incl. `pedantic`, `ruff lint`, `ruff format`, `mypy --strict`, `DRY`, `coverage β₯ 80%`(Rust + Python) β verified clean repo-wide). The rest run **warn-only** (`continue-on-error`) while pre-existing debt is cleared β file size, complexity, mutation β and are armed one at a time as each is cleaned. See the header comment in the workflow.
63
63
64
64
**Wall 3 β Adversarial review** (local only β disabled in CI):
0 commit comments