feat(authoring): consume paired v2 public inputs - #229
Merged
777genius merged 2 commits intoSep 9, 2026
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 20:17
This was referenced Sep 9, 2026
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.
Adds v2 input consumption to the shared public authoring runtime. Both products validate the paired input binding and use the existing verified cache path. An optional local asset locator is checked before cache effects, including warm hits. V2 packages contain the fixed 17-file closure; v1 behavior and useful YAML capabilities remain preserved.
Stacked on #216. Refs #219, #228, #208. Exact head: 3814f75; original base: 0d50e5b, retained in the consolidated parent history. Scope: 11 files, 1,433 changed lines (1,184 additions, 249 deletions), including a 186-line codec move.
The hosted writer reports 49 focused tests passing without skips: 10 runtime, 3 closure, 13 structural, 16 C1 pure and 7 v1 cases. The coordinator verified all 24 artifact checksums, 3,379 source entries, unowned preservation, original-base pins and full patch identity before committing. These checks do not replace independent review or real E2E.
Independent C2 review initially found one P2, C2-R1: missing terminal cancellation/input validation after awaited finalization. Fix 3814f75 adds 3 runtime lines and 59 regression-test lines. Independent gpt-6-astra low review ACCEPTED this exact fix: 54/54 tests passed, including both original reproductions and three terminal regression tests. All 20 review artifact checksums were verified, with source pins and unowned files preserved. Combined with the preceding full C2 review, the bounded C2 source finding is closed. Fresh successor CI is still running; genuine E2E and prerequisite acceptance remain separate.
Genuine authenticated custody, N2 acceptance, public/platform E2E, qualification, distribution readbacks and release remain open. No public release or main activation is authorized by this PR.
All 10 required GitHub CI checks passed at exact head 9a79a4a, including packed Linux and Windows polyglot. Those results apply to the previous head; successor CI is pending and C2-R1 is independently closed. CI is not full public E2E acceptance.