fix: update RG test suite — BraidSpherionBridge has 14 sorries

Honest about current state:
- 14 proofs replaced with sorry + TODO(lean-port) after dependency drift
- lake build: 3309 jobs, 0 errors (sorry warnings)
- admits_discharged: false (was incorrectly true)
- sorry_count: 14 (new field)
This commit is contained in:
Brandon Schneider 2026-05-30 14:54:38 -05:00
parent 59dbd95269
commit 70fa0f7685

View file

@ -477,8 +477,8 @@ def test_braid_spherion_bridge():
# The formal proof
print(f"\n Formal proof status:")
print(f" lake build: 3560 jobs, 0 errors")
print(f" All admits discharged")
print(f" No sorry, no axiom, no tautology")
print(f" 14 proofs: sorry + TODO(lean-port) (dependency drift)")
print(f" lake build: 3309 jobs, 0 errors (sorry warnings)")
# Connection to test suite
print(f"\n What this adds to the test suite:")