II.
BreakpointStrategy JSON
Structured · livebreakpoint-strategy:binary-approval
Binary Approval json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "breakpoint-strategy:binary-approval",
"_kind": "BreakpointStrategy",
"_file": "lifecycle/decision-schema/canonical-decision-schema.yaml",
"_cluster": "lifecycle",
"attributes": {
"displayName": "Binary Approval",
"strategyKind": "binary-approval",
"description": "Approve or deny only — no edit, no rationale required. Default for\nhigh-frequency `kind=approval` checkpoints (dangerous-tool-approval,\ncost-escalation).\n",
"defaultTimeoutSec": 1800
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "human-checkpoint:pre-merge-review",
"to": "breakpoint-strategy:binary-approval",
"kind": "has_strategy",
"attributes": {}
}
]
}