Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions .sourceos/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"repo": "SocioProphet/agentplane",
"domain": "agent-execution",
"specVersion": "0.1.0",
"ownedSchemas": [
"Bundle",
"GovernanceContext",
"ValidationArtifact",
"PlacementDecision",
"RunArtifact",
"ReplayArtifact",
"StopGateArtifact",
"SourceOSContextToolProviderEvidence",
"SourceOSContextCuminRun",
"SourceOSInteractionEvidenceBinding",
"AgentCycleHealth",
"AuthorityDependencyEvidence",
"RuntimeSandboxRun",
"WorkspaceProphetControlReceipt",
"ReasoningFailureTrace"
],
"syncEngines": [],
"sourceChannels": [],
"policyClasses": [
"critical"
],
"auditEvents": [
"bundle.validated",
"bundle.placed",
"bundle.executed",
"sourceos.delegated.recorded",
"stop-gate.evaluated"
],
"dangerousSurfaces": [
"sourceos.delegated.live_tekton_mutation",
"bundle.stop_gate.override"
],
"authorityRepos": [
"SocioProphet/agentplane"
],
"notes": "Execution control plane for the SocioProphet AI+HW+State stack. Bridges agentplane bundles to SourceOS image production surfaces (Tekton, Katello). Delegated execution records are the evidence boundary between agent intent and SourceOS content lifecycle."
}
Loading