Add pnpm pre-ci mirroring PR CI gates, with manifest drift guard#7733
Draft
dmerand wants to merge 1 commit into
Draft
Add pnpm pre-ci mirroring PR CI gates, with manifest drift guard#7733dmerand wants to merge 1 commit into
dmerand wants to merge 1 commit into
Conversation
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

WHY are these changes introduced?
No single local command runs what the PR pipeline checks, so lint/type-check/knip/codegen/test failures surface only after pushing. And any local "run the checks" helper drifts from
tests-pr.ymlas gates and pinned versions change.WHAT is this pull request doing?
pnpm pre-ci(alsodev pre-ci) runs the local gates in CI-parity order — type-check, lint, build, knip, graphql + oclif codegen checks, unit tests — prints a pass/fail summary, and lists the skipped CI-only gates with reasons. It mirrors CI's full targets (green locally implies green in CI); slower than the affected-onlydev check.bin/ci-gates.jsis the single source mapping eachtests-pr.ymljob (by job id) to apre-cicommand or aci-onlyreason.pnpm check-ci-gatesfails if a workflow job is unclassified, the manifest names a removed job, or the Node/pnpm versions indev.ymlandtests-pr.ymldisagree.CI gate manifestjob runs that guard on every PR (~10s, no install);pre-ciruns it too.Not user-facing.
How to test your changes?
pnpm check-ci-gatespasses.tests-pr.yml, or changeDEFAULT_NODE_VERSION→ it fails with a specific message.pnpm pre-ci(ordev pre-ci) runs the set and summarizes.Notes
${{ … }}.pre-ciregenerates files via the codegen checks — reviewgit statusafterward. Onmainthis surfaces the pre-existingconfig:autoupgradedrift noted in the base PR.bin/ci-gates.js.Post-release steps
None.