Add TriTRPC policy/evidence AUX profile and example verification#37
Merged
Add TriTRPC policy/evidence AUX profile and example verification#37
Conversation
Member
Author
|
Dependency note / merge order: This transport-facing AUX profile PR should be merged after:
Reason:
Recommended merge position:
|
Member
Author
|
@copilot resolve the merge conflicts in this pull request and fix the checks |
…e_aux_profile.md Co-authored-by: mdheller <21163552+mdheller@users.noreply.github.com>
Contributor
Resolved. The only conflict was an add/add in |
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.
Summary
This draft PR publishes the additive policy/evidence AUX scaffolding for TriTRPC:
docs/policy_evidence_aux_profile.mdfixtures/policy_evidence_aux_examples.jsonspec/drafts/tritrpc_policy_evidence_aux_profile.mdtools/verify_policy_evidence_aux_shape.pyWhy
TriTRPC already has an AUX field and deterministic framing/receipt expectations. This PR defines a draft carriage profile for policy/evidence references so integrations can carry:
without changing the stable v1 wire layout.
Scope note
This draft PR intentionally lands the additive files first. The follow-on commit on this same branch should wire the small in-place repo updates:
Makefileaux-shapetargetspec/README-full-spec.mdValidation intent
The included verifier is a repository-local shape/canonical-string gate for the published example set. Full cross-language AUX-bearing frame vectors remain a follow-on step.