Skip to content

Commit 6127c97

Browse files
committed
Add OpsHistoryEvent example
1 parent 9a2e7d5 commit 6127c97

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

examples/ops-history-event.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"eventId": "urn:srcos:ops-history-event:demo-agentterm-0001",
3+
"specVersion": "2.0.0",
4+
"eventClass": "agent.handoff",
5+
"occurredAt": "2026-05-04T17:30:00Z",
6+
"actorRef": "urn:srcos:agent:codex-demo",
7+
"agentRegistryRef": "urn:srcos:agent-registry-grant:codex-demo-read-summary",
8+
"scope": {
9+
"sourcePlane": "agent-term",
10+
"roomRef": "urn:srcos:matrix-room:sourceos-build",
11+
"threadRef": "urn:srcos:thread:ops-history-demo",
12+
"workroomRef": "urn:srcos:workroom:professional-intelligence-demo",
13+
"topicRef": "urn:srcos:topic:professional-intelligence",
14+
"profileRef": "urn:srcos:profile:agent-runtime",
15+
"sessionRef": "urn:srcos:agent-session:codex-demo-0001"
16+
},
17+
"payloadMode": "summary",
18+
"payload": {
19+
"summary": "Agent handoff requested for bounded OpsHistory contract implementation.",
20+
"nextAction": "validate schemas and examples",
21+
"rawTranscriptIncluded": false
22+
},
23+
"artifactRefs": [],
24+
"policyDecisionRefs": [
25+
"urn:srcos:policy-decision:hydrate-context-summary-only-0001"
26+
],
27+
"evidenceRefs": [
28+
"urn:srcos:evidence:agentplane-context-intake-demo-0001"
29+
],
30+
"redactionRefs": [],
31+
"integrity": {
32+
"eventHash": null,
33+
"signature": null
34+
}
35+
}

0 commit comments

Comments
 (0)