feat(authoring): define paired public stage byte contracts - #223
Merged
777genius merged 8 commits intoSep 9, 2026
Merged
Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
777genius
marked this pull request as ready for review
September 9, 2026 06:49
777genius
merged commit Sep 9, 2026
221fccb
into
fix/authoring-paired-pack-response
11 checks passed
777genius
added a commit
that referenced
this pull request
Sep 9, 2026
Refs #219, #220, #223, #225, #227, #228, #216, #210, #203, #208. Owner-requested consolidation of independently reviewed source checkpoints into the existing parent feature branch. All 10 required CI checks passed at 47e376f. N2 independent acceptance, genuine E2E and release qualification remain open. No main activation or release publication.
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.
The public staging foundation lacked a closed completion record and paired v2 file generation. This change adds canonical stage codecs and a pure two-product constructor that binds identical native-input bytes and preflights both descriptor limits.
Legacy preparation, scripts, engines and runtime behavior are preserved. This dependent checkpoint builds on #220 and does not enable authenticated staging, v2 execution or publication.
Validation: 29 focused tests passed (13 existing and 16 new), with no skips. Source pins, patch ownership and artifact hashes verified. 672 changed lines across two files. Independent review accepted exact 0003da8: 29 focused tests and 7 independent checks passed, with source unchanged and report hashes verified. All 10 required exact-commit CI checks passed, including the native/packed aggregate (run 34306579731). This remains a dependent source checkpoint, not integrated C1 or release/E2E acceptance.
Refs #220, #219, #208.