Semantic Boundary Workflow¶
This page describes the current enforcement path from private truth to public verification.
flowchart LR
RG[RepoGraph] -->|shared semantics| PM[PlatformManifest]
PRM[private-truth layer] -->|private truth + export| BA[Boundary artifact]
PM -->|public-safe projection| BA
BA --> CU[Custodian]
CU --> OC[OperationsCenter]
CU --> OPS[OperatorConsole]
CU --> SB[SwitchBoard]
Core flow¶
RepoGraphdefines the shared graph language.private-truth layerowns private truth and exports the boundary artifact.PlatformManifestpublishes the public-safe projection surface.Custodianvalidates the boundary artifact before scanning public repos.OperationsCenter,OperatorConsole, andSwitchBoardconsume verified public-safe context without owning graph semantics.
Important rule¶
Custodian fails closed when REPOGRAPH_BOUNDARY_ARTIFACT_FILE is missing.
Automation belongs before Custodian runs, not inside Custodian's semantic core.