Skip to content

Commit bce3700

Browse files
committed
Add agent transaction contract fixture
1 parent 91cffa6 commit bce3700

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"schema": "sourceos.agent-object-transaction/v1alpha1",
3+
"transaction_id": "agent-txn:alpha-001",
4+
"actor_id": "actor:agent-one",
5+
"workspace_id": "workspace:default",
6+
"profile_id": "profile:local-dev",
7+
"object_ids": ["object:alpha"],
8+
"operation": "update",
9+
"status": "proposed",
10+
"policy_decision_ref": "policy-decision:review-alpha",
11+
"created_at": "2026-05-05T00:09:00Z",
12+
"updated_at": "2026-05-05T00:09:00Z"
13+
}

0 commit comments

Comments
 (0)