Skip to content

Commit 09099a0

Browse files
committed
Validate policy admission and registry grant examples by kind
1 parent 0cd7199 commit 09099a0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/agent_machine/contracts.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,11 @@ def schema_by_kind(root: Path | None = None) -> dict[str, Path]:
4949
"AgentPlaneRuntimeEvidence": base / "agentplane-runtime-evidence.schema.json",
5050
"AgentPod": base / "agent-pod.schema.json",
5151
"AgentPodDeploymentPlan": base / "agentpod-deployment-plan.schema.json",
52+
"AgentRegistryGrant": base / "agent-registry-grant.schema.json",
5253
"CacheTier": base / "cache-tier.schema.json",
5354
"DeploymentReceipt": base / "deployment-receipt.schema.json",
5455
"InferenceProvider": base / "inference-provider.schema.json",
56+
"PolicyAdmission": base / "policy-admission.schema.json",
5557
"StorageReceipt": base / "storage-receipt.schema.json",
5658
}
5759

0 commit comments

Comments
 (0)