From 69fc0fd7e63ac04fcf2be078addb5fe4ade18215 Mon Sep 17 00:00:00 2001 From: Michael Heller <21163552+mdheller@users.noreply.github.com> Date: Tue, 16 Jun 2026 14:08:05 -0400 Subject: [PATCH] feat(SyncCycleReceipt): add optional agentplaneRunRef field --- schemas/SyncCycleReceipt.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/schemas/SyncCycleReceipt.json b/schemas/SyncCycleReceipt.json index 81ba0fe..abe1e25 100644 --- a/schemas/SyncCycleReceipt.json +++ b/schemas/SyncCycleReceipt.json @@ -118,6 +118,10 @@ "type": "string", "pattern": "^urn:srcos:audit:", "description": "AuditEvent id that records this sync cycle in the append-only audit log." + }, + "agentplaneRunRef": { + "type": ["string", "null"], + "description": "Optional URN or path reference to the agentplane RunArtifact that triggered the build producing this sync cycle. Links the governance execution trace to the SourceOS sync event." } } }