II.
OrchestrationPrimitive JSON
Structured · liveorch-primitive:auto-merge
Auto Merge json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "orch-primitive:auto-merge",
"_kind": "OrchestrationPrimitive",
"_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Auto Merge",
"description": "Automatically merge a pull request when all configured merge criteria\nare satisfied — CI green, required review approvals obtained,\nbranch up to date, and no merge conflicts. The primitive polls or\nsubscribes to status checks, triggers a merge (squash, merge commit,\nor rebase) according to policy, and then fires workspace-cleanup to\nretire the task branch.\n",
"orchestrationKind": "task-lifecycle",
"trigger": "on-state-change"
},
"outgoingEdges": [
{
"from": "orch-primitive:auto-merge",
"to": "layer:13-orchestration",
"kind": "realizes",
"attributes": {}
},
{
"from": "orch-primitive:auto-merge",
"to": "topic:trunk-based-development",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:auto-merge",
"to": "topic:agent-run-lifecycle",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:auto-merge",
"to": "skill-area:ci-cd",
"kind": "orch_requires_skill_area",
"attributes": {}
},
{
"from": "orch-primitive:auto-merge",
"to": "orch-primitive:workspace-cleanup",
"kind": "orch_triggers",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-core-impl:vibe-kanban.core@current",
"to": "orch-primitive:auto-merge",
"kind": "supports_orchestration_primitive",
"attributes": {}
},
{
"from": "orch-primitive:human-review-gate",
"to": "orch-primitive:auto-merge",
"kind": "orch_triggers",
"attributes": {}
}
]
}