[pitboss] phase 07: Track C.3 — Differential confirmation enforcement

This commit is contained in:
pitboss 2026-05-14 12:37:14 -05:00
parent cce07d6c96
commit 4eccbd48b4
20 changed files with 734 additions and 41 deletions

View file

@ -52,6 +52,7 @@ fn set_verdict(
detail: None,
attempts: vec![],
toolchain_match: None,
differential: None,
});
}
}
@ -164,6 +165,7 @@ fn new_confirmed_fails_no_new_confirmed_gate() {
detail: None,
attempts: vec![],
toolchain_match: None,
differential: None,
});
}
}