feat(schema): add inference path taxonomy - #35
Open
3leapsdave wants to merge 2 commits into
Open
Conversation
Define proposed party, model-family, model-pin, and declared-path records for portable inference identity. Changes: - Add a closed record union with source evidence and canonical digests - Separate exact source model pins from author-scoped families - Enforce declared versus router-selected execution-host semantics - Add positive, negative, manifest, and digest controls Generated by GPT-5 via Codex under supervision of @3leapsdave Co-Authored-By: GPT-5 <noreply@3leaps.net> Role: entarch Committer-of-Record: @3leapsdave
Add positive and negative fixtures for declared execution hosts and unresolved model-family mappings. Changes: - Prove declared paths require an execution-host segment - Prove unresolved model pins omit family mappings - Add canonical digest controls for the positive records Generated by GPT-5 via Codex under supervision of @3leapsdave Co-Authored-By: GPT-5 <noreply@3leaps.net> Role: entarch Committer-of-Record: @3leapsdave
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.
Defines a portable v0 contract for inference parties, model families, exact model pins, and declared or router-selected execution paths. Adds canonical digest examples and focused negative controls so consumers can distinguish asserted identity from unresolved or routed execution.
Verification:
make checkDrafted-By: GPT-5 (Codex)
Role: entarch
PR-of-Record: @3leapsdave