Draft
Conversation
12 tasks
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
Adds the Portable AI Carry Packs contract layer for SourceOS Portable AI Kit.
This PR now includes:
docs/portable-ai-carry-packs.mddesign spec;contracts/model-carry-pack.schema.jsonfor governed model-pack manifests;contracts/portable-ai-root.schema.jsonfor USB/SSD portable-root manifests;tiny-router,laptop-safe,office-local,code-local,field-kit, andbyom-ggufmodel-pack families;examples/portable-ai-root.laptop-safe.jsonportable-root example;tools/validate_portable_ai_packs.pystdlib semantic validator;make validate-portable-aiand inclusion inmake validate.Product target
Give SourceOS the same simple portable local-AI promise as lightweight USB AI projects, but without unmanaged model URLs, unchecked downloads, ambiguous licensing, host-write leakage, unaudited prompt handling, or decorative JSON with no validation.
Important note
Concrete third-party model catalog entries should be added in a separate signed-catalog PR. These examples intentionally use neutral placeholder model names so the contract layer can stabilize before we bless specific external model sources, licenses, and hashes.
Validation notes
Expected local validation:
Connector-visible CI/status has not been confirmed from this path.
Follow-up acceptance criteria
sourceos-devtools portable-ai profilesto consume these examples or generated catalog output.SourceOS-Linux/sourceos-specafter iteration.