feat(authoring): prepare guarded paired native promotion - #203
Draft
777genius wants to merge 6 commits into
Draft
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 |
This was referenced Sep 9, 2026
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.
Paired native preparation has no authenticated promotion route. This introduces a fixed promotion record, artifact and verifier orchestration, explicit protected workflow routing, and release reconciliation while preserving the existing preparation and legacy routes.
Promotion deliberately rejects all currently unsupported native evidence contracts before signing or publication. This PR is preparation for completing the native release flow; it does not establish authentic signing, complete native qualification, public npm publication, or completion of the authoring plan. The pinned gh verifier/output mapping still needs compatibility confirmation with authentic verifier output. No fixture JSON is accepted as that evidence.
Stacked on #199 at cdf0aa4, with the accepted preparation workflow seams from #196 composed as a dependency. Current head: 51a9959. Measured diff against #199: five files, 1,694 changed lines.
Writer validation after R3/R4: 134 Node tests passed. Root verified the exact two-file patch, source hashes and ownership before committing. Completed public pairs can now reconcile without mutations; every pre-write read checks expected pair presence/state alongside identity and assets. Independent hosted high-effort review ACCEPT at this exact successor: 134 tests and 25 independent probes passed. All current-head CI checks passed. The PR remains draft. Read-only worker Git metadata required a mechanical coordinator commit under the repository owner's identity.
Remaining before production enablement: accepted frozen-pair native/public terminal contracts, authentic verifier compatibility and signatures, both native release readbacks, and the public launcher/release gates. Useful legacy YAML capabilities remain preserved.
Refs #196, #199