Problem
Three workflows on main have been failing on every push since at least 2026-05-03:
| Workflow |
Last green |
Most-recent run |
| Tests |
? |
2026-05-11 — fail |
| Dogfood Gate |
? |
2026-05-11 — fail |
| RSR Anti-Pattern Check |
? |
2026-05-11 — fail |
(These were admin-bypassed on idaptik#76 after surfacing as pre-existing — none of the failures relate to the ProvenBridge collapse.)
Action
For each: dig into the latest failed run's log, classify the root cause as environmental (deprecated action, missing tooling, secret expired) vs real (test broken, anti-pattern in tree), and fix.
The triage pattern from proven#10 worked well — most failures there were sub-15s setup errors, not real code problems. Apply the same lens here first before assuming code is broken.
Background
Surfaced while triaging CI failures admin-bypassed on idaptik#76. See proven#10 for the equivalent cleanup on the proven side.
Problem
Three workflows on
mainhave been failing on every push since at least 2026-05-03:(These were admin-bypassed on idaptik#76 after surfacing as pre-existing — none of the failures relate to the ProvenBridge collapse.)
Action
For each: dig into the latest failed run's log, classify the root cause as environmental (deprecated action, missing tooling, secret expired) vs real (test broken, anti-pattern in tree), and fix.
The triage pattern from
proven#10worked well — most failures there were sub-15s setup errors, not real code problems. Apply the same lens here first before assuming code is broken.Background
Surfaced while triaging CI failures admin-bypassed on idaptik#76. See proven#10 for the equivalent cleanup on the proven side.