CI Policy is currently red because three CI lane whitelist entries expired on 2026-08-07:
affected_proof_plan
proptest_smoke
publish_surface
Observed on PR #2937 in workflow run 34176494260, job 101906831952; the strict linter reports exactly those three expired lanes. This is pre-existing CI-governance debt and is not caused by the Dependabot cooldown diff.
Acceptance
- Re-evaluate each expired lane against current CI economics and proof ownership; do not simply extend dates by default.
- For each lane, either promote it into the durable whitelist with current evidence, remove/retire it, or create a bounded replacement exception with owner, reason, and a new review horizon.
- Run
cargo xtask ci-lane-whitelist --workflows .github/workflows --whitelist policy/ci-lane-whitelist.toml --exceptions policy/ci-whitelist-exceptions.toml --report-dir target/tokmd/reports --strict and require zero findings.
- Confirm the
CI Policy workflow returns green on main/a representative PR.
- Preserve the existing rule that expired exceptions fail closed rather than being silently ignored.
Keep this separate from #2937; that PR should not renew unrelated expired CI exceptions merely to turn its checks green.
CI Policyis currently red because three CI lane whitelist entries expired on 2026-08-07:affected_proof_planproptest_smokepublish_surfaceObserved on PR #2937 in workflow run
34176494260, job101906831952; the strict linter reports exactly those three expired lanes. This is pre-existing CI-governance debt and is not caused by the Dependabot cooldown diff.Acceptance
cargo xtask ci-lane-whitelist --workflows .github/workflows --whitelist policy/ci-lane-whitelist.toml --exceptions policy/ci-whitelist-exceptions.toml --report-dir target/tokmd/reports --strictand require zero findings.CI Policyworkflow returns green onmain/a representative PR.Keep this separate from #2937; that PR should not renew unrelated expired CI exceptions merely to turn its checks green.