feat(authoring): define frozen input metadata codecs - #219
Draft
777genius wants to merge 1 commit 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
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 canonical codecs for the frozen-input provenance record and public npm v2 descriptor, allowing both products to bind the same input bytes. This is structural validation only; no runtime, acquisition, signing, staging or publication route is enabled.
Dependent source checkpoint on #216 (408f3b4). N2 independent acceptance remains unresolved. The remainder of C1, actual E2E and release qualification are not completed by these codecs.
Validation: 13 focused Node tests passed, patch/source hashes verified, all 3,372 existing tracked paths preserved. 514 added lines across two files. Independent hosted review ACCEPT at 8c49513: 13 focused tests plus 7 independent cases passed; report hashes verified. Native Windows arm64 CI failed in TestReportsAndFreshFactory with scratch_unavailable; aggregate remains red. No merge/release acceptance.
Refs #216, #210, #203, #208.