iiRecord
Agentic AI Atlas · Binary Approval
breakpoint-strategy:binary-approvala5c.ai
II.
BreakpointStrategy JSON

breakpoint-strategy:binary-approval

Structured · live

Binary Approval json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · lifecycle/decision-schema/canonical-decision-schema.yamlCluster · lifecycle
Record JSON
{
  "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": {}
    }
  ]
}