[rush reporter][R1B] Generate install-run-rush bootstrap protocol - #5986
Open
Sean Larkin (TheLarkInn) wants to merge 2 commits into
Open
Conversation
Sean Larkin (TheLarkInn)
enabled auto-merge (squash)
August 28, 2026 02:23
Sean Larkin (TheLarkInn)
disabled the stack merge
August 28, 2026 04:35
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: d6318e80-5da9-4858-a147-817e8692f10e
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: d6318e80-5da9-4858-a147-817e8692f10e
Sean Larkin (TheLarkInn)
force-pushed
the
copilot/reporter-r1b-bootstrap-generation
branch
from
August 28, 2026 04:37
b52b54e to
1b4252c
Compare
Sean Larkin (TheLarkInn)
changed the base branch from
main
to
copilot/reporter-r1a-package-wiring
August 28, 2026 04:37
This was referenced Aug 28, 2026
Member
Author
This was referenced Aug 28, 2026
Member
Author
|
Combined deep review of current head No critical, high, or medium actionable findings. No useful low follow-ons. |
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.
Summary
rush-libmoduleinstall-run-rushwebpack entry without importing@rushstack/rush-reporterat runtimeStack
copilot/reporter-r1a-package-wiring)This is the R1B child of #5985. Auto-merge stays disabled while #5985 is open. After #5985 merges, retarget this PR to
main, verify its slice and CI, then merge it before #5987.Generation and boundary guarantees
libraries/reporter/scripts/generateBootstrapProtocol.jsextracts only the marked zero-dependency protocol region, verifies its major matchesREPORTER_PROTOCOL_VERSION.major, rejects imports/require()calls, and writes the committed artifact. Reporter builds execute the same renderer in check-only mode and compare the artifact deterministically after normalizing checkout line endings.The generated module contains only the frozen major, envelope DTO types, and
JSON.stringifyencoder. The builtinstall-run-rush.jscontains the encoder and contains no@rushstack/rush-reporterreference.Validation
heft test --clean --test-path-pattern Bootstrap --max-workers 2inlibraries/reporterheft build --cleaninlibraries/rush-libnode libraries/reporter/scripts/generateBootstrapProtocol.js --checkrush check, andrush change --verify --no-fetchgh pr diff 5986contains only the 10-file R1B bootstrap-generation sliceNon-goals
This slice does not add reporter dependencies to
rush-liborapps/rush, change the PNPM lockfile, or implement the bootstrap handoff prelude. Those remain separate workstreams; this PR only establishes the generated protocol artifact and build guard.Part of #5974