We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91cffa6 commit bce3700Copy full SHA for bce3700
1 file changed
examples/contracts/agent-transaction.alpha.json
@@ -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