We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7264268 commit 2c5172dCopy full SHA for 2c5172d
1 file changed
examples/contracts/sync-plan.alpha.json
@@ -0,0 +1,19 @@
1
+{
2
+ "schema": "sourceos.sync-plan/v1alpha1",
3
+ "plan_id": "sync-plan:alpha-review",
4
+ "source_actor": "actor:agent-one",
5
+ "target_actor": "actor:local-user",
6
+ "profile_id": "profile:local-dev",
7
+ "workspace_id": "workspace:default",
8
+ "object_ids": ["object:alpha"],
9
+ "operation_class": "repair",
10
+ "dependencies": ["policy-decision:review-alpha"],
11
+ "policy_decision_ref": "policy-decision:review-alpha",
12
+ "retry_policy": "manual_review_only",
13
+ "conflict_policy": "human_review_required",
14
+ "status": "planned",
15
+ "user_explanation": "A review plan exists for object alpha in the local fixture.",
16
+ "created_at": "2026-05-05T00:08:00Z",
17
+ "updated_at": "2026-05-05T00:08:00Z",
18
+ "last_error": null
19
+}
0 commit comments