feat(runtime): compose Flow 1.34 production stack - #413
Draft
abrichr wants to merge 21 commits into
Draft
Conversation
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.
What changed
This draft assembles the reviewed Flow 1.34 runtime prerequisites in their required order. Each source change stays in a separate commit so reviewers can trace its origin and compare it with the held branch.
The stack contains:
The combined test found a real defect. A valid browser navigation changed the page identity, and the read-only region verifier classified that change as a resize. The fix keeps the strict geometry epoch for actuation and gives read-only region checks a coordinate-mapping epoch. A navigation can replace the document. A changed viewport, display topology, window, or session still refuses the check.
This draft doesn't replace #398, #405, or the held #409 branch. It records the tested release order. It must stay unmerged until the source reviews finish and the exact stack head passes the protected release gate.
Validation
git diff --check: passedTests used the matching local Capture native-geometry dependency at
4bf541c. The Flow release still needs the admitted Capture release before final qualification.Release condition
Do not merge or publish from this draft. The next stack layer must build the wheel and sdist once, retain the exact candidate outside Actions retention, verify central qualification, create the protected annotated tag, publish those same bytes once, and recover an existing tag without rebuilding.