Open
Conversation
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 first SourceOS/SociOS onboarding control-plane contract family.
This introduces additive schemas for:
WorkspaceScopeTrustModeCapabilityPackConnectorActionScopeAutomationTemplateOnboardingReceiptThese contracts support role/workspace/trust-mode onboarding, capability-pack catalogs, connector action scopes, scheduled automation templates, and first-run/workspace setup receipts.
Design intent
This PR formalizes the control-plane objects needed by SourceOS Shell, Sociosphere, Agentplane, Ontogenesis, and Prophet Platform so agent onboarding is visible, scoped, revocable, and receipted.
It intentionally reuses existing contract families:
AgentSessionremains the session object.ExecutionSurfaceremains the runtime/sandbox/network/worktree envelope.SkillManifestremains the narrow skill declaration.Connectorremains the configured connector.SessionReceiptremains the final session receipt.The new schemas add composition and ceremony layers around those existing primitives.
Included
schemas/examples/tools/validate_onboarding_examples.pyvalidate-onboarding-examplesMakefile target wired intomake validatesemantic/sourceos-onboarding-vocabulary.jsonlddocs/contract-additions/onboarding-control-plane.mdValidation
jsonschemawhile composing this slicemake validate-onboarding-examplesmake validatemake validatemake jsonld— no target is present in the current Makefilemake all— no target is present in the current MakefileFollow-up
schemas/README.mdquick-reference/catalog entries in a focused follow-up or reviewer-requested commit; this PR adds a dedicated contract-additions note and avoids a risky full catalog rewrite through the connector.