fix(ci): keep unused exports advisory#105704
Conversation
|
Codex review: needs changes before merge. Reviewed July 12, 2026, 5:45 PM ET / 21:45 UTC. Summary PR surface: Tests +94, Docs 0, Config +9. Total +103 across 3 files. Reproducibility: yes. The v2026.6.11 package lacks Review metrics: 1 noteworthy metric.
Stored data model Merge readiness Overall follows the weaker of proof and patch quality, so missing proof can cap an otherwise strong patch. Rank-up moves:
Risk before merge
Maintainer options:
Copy recommended automerge instructionNext step before merge
Security Review findings
Review detailsBest possible solution: Preserve Do we have a high-confidence way to reproduce the issue? Yes. The v2026.6.11 package lacks Is this the best way to solve the issue? No. Capability-based dispatch is the right mechanism, but the latest head also disables current-target export enforcement even though the earlier head proves the historical compatibility problem can be solved without that rollback. Full review comments:
Overall correctness: patch is incorrect AGENTS.md: found and applied where relevant. Codex review notes: model internal, reasoning high; reviewed against 7c72fef247a9. Label changesLabel changes:
Label justifications:
Evidence reviewedPR surface: Tests +94, Docs 0, Config +9. Total +103 across 3 files. View PR surface stats
Acceptance criteria:
What I checked:
Likely related people:
What the crustacean ranks mean
Shiny media proof means a screenshot, video, or linked artifact directly shows the changed behavior. Runtime, network, CSP, and security claims still need visible diagnostics. How this review workflow works
Review history (1 earlier review cycle)
|
|
Merged via squash.
|
* fix(ci): preserve frozen deadcode contracts * fix(ci): keep unused exports advisory
What Problem This Solves
Current CI release tooling could not validate the frozen
release/2026.7.1candidate because a new unused-export ratchet was treated as a required target
contract even though that release predates it.
Why This Change Was Made
Keep the established dependency and unused-file checks as the required CI
contract for current and frozen targets. The unused-export baseline remains
available through
pnpm deadcode:exportsas an advisory maintenance scan, andolder frozen targets retain their aggregate
deadcode:cifallback.User Impact
No runtime impact. Maintainers can validate frozen release candidates without
backporting newly introduced CI tooling, while dependency and unused-file
regressions remain blocked.
Evidence
tbx_01kxc491nn56aj109j70afrs5t, run29210013950: 53 workflow guard tests passed.actionlint .github/workflows/ci.ymloxfmt --checkon all changed filesgit diff --check