II.
OrchestrationPrimitive JSON
Structured · liveorch-primitive:babysitter-breakpoint-gate
Babysitter Breakpoint Gate json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "orch-primitive:babysitter-breakpoint-gate",
"_kind": "OrchestrationPrimitive",
"_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Babysitter Breakpoint Gate",
"description": "Pause an orchestration run for explicit human input when policy, safety,\ndestructive operations, or ambiguous requirements require it. The visible\nprompt is an interaction primitive; the gate and resume semantics are\norchestration.\n",
"orchestrationKind": "approval-gate",
"trigger": "on-state-change"
},
"outgoingEdges": [
{
"from": "orch-primitive:babysitter-breakpoint-gate",
"to": "layer:13-orchestration",
"kind": "realizes",
"attributes": {}
},
{
"from": "orch-primitive:babysitter-breakpoint-gate",
"to": "orch-primitive:babysitter-effect-resolution",
"kind": "orch_triggers",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-platform-impl:babysitter.platform@current",
"to": "orch-primitive:babysitter-breakpoint-gate",
"kind": "supports_orchestration_primitive",
"attributes": {}
}
]
}