II.
OrchestrationPrimitive JSON
Structured · liveorch-primitive:reconciliation
Reconciliation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "orch-primitive:reconciliation",
"_kind": "OrchestrationPrimitive",
"_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Reconciliation",
"description": "Reconcile in-memory orchestrator state with the external source of truth\non restart or after a crash. The primitive replays journal entries, checks\nissue-tracker state for tasks that completed or failed while the\norchestrator was down, and brings the in-memory model back into\nconsistency before resuming normal operation.\n",
"orchestrationKind": "reconciliation",
"trigger": "on-state-change"
},
"outgoingEdges": [
{
"from": "orch-primitive:reconciliation",
"to": "layer:13-orchestration",
"kind": "realizes",
"attributes": {}
},
{
"from": "orch-primitive:reconciliation",
"to": "topic:agent-run-lifecycle",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:reconciliation",
"to": "skill-area:operations-automation",
"kind": "orch_requires_skill_area",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-core-impl:symphony.core@current",
"to": "orch-primitive:reconciliation",
"kind": "supports_orchestration_primitive",
"attributes": {}
}
]
}