Add agentic graph contract validation and repo scanner#23
Merged
Conversation
This was referenced May 6, 2026
mdheller
added a commit
to SocioProphet/policy-fabric
that referenced
this pull request
May 6, 2026
Adds .sourceos/manifest.json so Policy Fabric is scanner-visible for SourceOS/SociOS governed local-first agentic graph M1. Declares the policy domain, sourceos.sync.policy-fabric engine, critical policy class, strongest_policy_wins merge strategy, authority repos, audit events, and dangerous policy surfaces. Related: SourceOS-Linux/sourceos-spec#86, SourceOS-Linux/sourceos-spec#94, SourceOS-Linux/sourceos-devtools#23, #50
mdheller
added a commit
to SocioProphet/agent-registry
that referenced
this pull request
May 6, 2026
Adds .sourceos/manifest.json so Agent Registry is scanner-visible for SourceOS/SociOS governed local-first agentic graph M1. Declares the agent domain, sourceos.sync.agent-registry engine, critical policy class, signed_authority_required merge strategy, authority repos, audit events, and dangerous agent surfaces. Related: SourceOS-Linux/sourceos-spec#86, SourceOS-Linux/sourceos-spec#94, SourceOS-Linux/sourceos-devtools#23, #15
mdheller
added a commit
to SocioProphet/memory-mesh
that referenced
this pull request
May 6, 2026
Adds .sourceos/manifest.json so Memory Mesh is scanner-visible for SourceOS/SociOS governed local-first agentic graph M1. Declares the memory domain, sourceos.sync.memory-mesh engine, high policy class, manual_review merge strategy, authority repos, audit events, and dangerous memory surfaces. Related: SourceOS-Linux/sourceos-spec#86, SourceOS-Linux/sourceos-spec#94, SourceOS-Linux/sourceos-devtools#23, #18
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
sourceosctltooling slice for the SourceOS/SociOS local-first agentic graph foundation.This is the M1 validator/scanner lane that downstream repos can use before runtime sync, policy, agent, browser, shell, or relay integrations begin.
Added
.sourceos/manifest.jsonsourceos-devtoolsas the tooling repo for the M1 contract validation lane.sourceosctl/commands/contracts.pybin/sourceosctlcontract validaterepo scanestate scangraph doctorsync doctorpolicy explaintests/test_contracts.pydocs/integration/agentic-graph-contract-validation.mdCommands
Notes
This first pass is intentionally local-only and dependency-light. It validates JSON parseability and minimum
SourceOSRepoManifestshape. Full JSON Schema draft 2020-12 validation can follow once the schema mirror fromSourceOS-Linux/sourceos-spec#94is merged or vendored.Related