[Homebrew] Prove sealed shell inputs through deployed transport - #1229
Open
brandonpayton wants to merge 3 commits into
Open
[Homebrew] Prove sealed shell inputs through deployed transport#1229brandonpayton wants to merge 3 commits into
brandonpayton wants to merge 3 commits into
Conversation
Contributor
|
prepare-merge: runtime/materialization tests passed against the synthetic PR merge; package staging and durable package publishing were skipped. |
Validate immutable selection and artifact bindings without restoring a raw tap Git input.\n\nMake rollover fixtures derive the checked-in product phase and Ruby dependency shape so the same checks remain valid after a sealed selection is committed.
Forward the complete sealed-product configuration into Playwright and its Vite preview. The dev shell intentionally drops ambient workflow variables; without explicit forwarding, the strict acceptance test can skip while the Pages step succeeds. Require each proof input exactly once in the Pages contract checker. Cover every dropped input with a rejection fixture.
brandonpayton
force-pushed
the
agent/homebrew-sealed-release-transport
branch
from
August 6, 2026 13:05
f70c038 to
024569c
Compare
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
The Homebrew shell is authorized by an immutable bottle selection and
a sealed shell-artifact lock. Release checks must continue to validate
those authorities when the product moves from a pending source catalog
to its sealed selection.
The browser proof must also use the same external Cross-Origin Resource
Sharing (CORS) proxy as deployed Pages. The clean development shell
drops ambient workflow variables by design. Without explicit
forwarding, it can drop a strict Playwright input and let the acceptance
test skip instead of proving the deployed transport.
This affects maintainers deciding whether the exact shell bytes are safe
to publish, and users who expect the deployed browser to retrieve and
run those same bytes.
What changed
phase and selected Ruby dependency shape.
proxy.
shell.
Node and Chromium still consume the same sealed product identities. The
change hardens workflow admission and transport; it does not change the
kernel, Application Binary Interface (ABI), package recipes, package
revisions, bottle bytes, or package indexes.
Validation
The following passed from the exact branch head
024569c7ed1605570991b574aeccf8b53445717c, based directly on protectedmaincommitaf80a443a6b4820e3b04845a64ab5cb8854638cd:The shell-closure suite included 48 passing Node subtests with no
failures or skips. The browser-asset check passed its Pages contract
tests, then stopped at package resolution because this fresh clone had
no fetched canonical Wasm or package generation. No broader
browser-asset resolution claim is made.
Remaining evidence
The protected synthetic-merge gate must pass against this exact head.
Actual external-proxy Chromium lifecycle and deployed Pages evidence
remain mandatory after the sealed selection and public mirror exist. A
real proxy availability failure must remain visible.
Merge boundary
Do not merge while the active C13 migration scheduler still requires
Kandelo
mainto remain ataf80a443a6b4820e3b04845a64ab5cb8854638cd. Once that bounded migrationoperation is complete, apply the readiness label and obtain fresh
staging and prepare-merge evidence for this exact head.