Contract-first AI operations ecosystem built around semantic repo graphs, execution protocols, policy-controlled routing, and public-safe architecture projection.
The GitHub organization profile front door for the ProtocolWarden ecosystem — a human-readable index of the component repos and links into the full documentation site.
Not a code package and not the documentation source. There is no runtime, library, or build artifact here. Canonical docs live at protocolwarden.github.io, and each component lives in its own repo (catalogued below).
Start at the documentation site, then use the repo catalog below to jump into a specific component.
- Full documentation: protocolwarden.github.io
- Repo catalog: protocolwarden.github.io/repos/
- Architecture charter: protocolwarden.github.io/architecture/
- Governance: protocolwarden.github.io/governance/
graph TD
DOCS["protocolwarden.github.io — full docs"]
subgraph proto ["Protocol / Semantic layer"]
RG[RepoGraph]
PM[PlatformManifest]
CX[CxRP]
RX[RxP]
end
subgraph ctrl ["Control / Runtime layer"]
OPS[OperationsCenter]
SB[SwitchBoard]
OC[OperatorConsole]
ER[CoreRunner]
end
subgraph exec ["Execution Backend layer"]
TE[TeamExecutor]
DE[DAGExecutor]
CE[CritiqueExecutor]
end
subgraph cog ["Cognition Lifecycle layer"]
CLP[ContextLifecycle]
end
subgraph gov ["Governance / Lifecycle layer"]
CU[Custodian]
SR[SourceRegistry]
PD[PlatformDeployment]
WH[Warehouse]
end
DOCS --> proto
DOCS --> ctrl
DOCS --> gov
proto --> ctrl
OPS --> TE
OPS --> DE
OPS --> CE
OPS --> CLP
| Repo | Role |
|---|---|
| RepoGraph | shared graph semantics, schema governance, boundary artifact language |
| PlatformManifest | public-safe repo graph projection publisher |
| CxRP | contract execution routing protocol — schemas and vocabulary |
| RxP | runtime execution protocol — invocation and result contracts |
| Repo | Role |
|---|---|
| OperationsCenter | planning, routing, execution dispatch, policy, evidence, run artifacts |
| SwitchBoard | policy-driven execution-lane and backend selector |
| OperatorConsole | operator entrypoint — persistent workspaces, context continuity, delegation |
| CoreRunner | runtime invocation mechanics consuming RxP contracts |
| Repo | Role |
|---|---|
| TeamExecutor | coordinator/worker/verifier team execution — replaces kodo |
| DAGExecutor | DAG workflow executor (rustworkx) — replaces Archon |
| CritiqueExecutor | adversarial and reflexion critique loops — new capability |
| Repo | Role |
|---|---|
| ContextLifecycle | generic configurable cognition lifecycle runtime — bounded, resumable agent sessions |
| Repo | Role |
|---|---|
| Custodian | cross-repo boundary, drift, and audit enforcement |
| SourceRegistry | source and fork tracking and lifecycle |
| PlatformDeployment | local developer platform for the shared AI coding stack |
| Warehouse | LLM-ready context packaging and staging |
Third-party forks (openclaw, firecrawl, PraisonAI, etc.) and retired integrations
(kodo → replaced by TeamExecutor, Archon → replaced by DAGExecutor) are documented at
protocolwarden.github.io/repos/external-integrations/.
| Repo | Purpose |
|---|---|
| ProtocolWarden/ProtocolWarden | this repo — GitHub profile front door |
| ProtocolWarden/ProtocolWarden.github.io | full documentation site |



