II.
OrchestrationPrimitive JSON
Structured · liveorch-primitive:rollback
Rollback json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "orch-primitive:rollback",
"_kind": "OrchestrationPrimitive",
"_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Rollback",
"description": "Revert agent changes when a task fails, is rejected during review,\nor triggers a policy violation. The primitive resets the workspace\nbranch, reverts commits, closes any open PRs, and restores the\nrepository to its pre-task state. Integrates with branch-management\nand workspace-cleanup for clean teardown.\n",
"orchestrationKind": "rollback",
"trigger": "on-failure"
},
"outgoingEdges": [
{
"from": "orch-primitive:rollback",
"to": "layer:13-orchestration",
"kind": "realizes",
"attributes": {}
},
{
"from": "orch-primitive:rollback",
"to": "topic:agent-run-lifecycle",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:rollback",
"to": "skill-area:ci-cd",
"kind": "orch_requires_skill_area",
"attributes": {}
},
{
"from": "orch-primitive:rollback",
"to": "orch-primitive:workspace-cleanup",
"kind": "orch_triggers",
"attributes": {}
}
],
"incomingEdges": []
}