iiRecord
Agentic AI Atlas · Never auto-approve destroy-class breakpoints
automation-rule:never-auto-approve-destroya5c.ai
II.
AutomationRule JSON

automation-rule:never-auto-approve-destroy

Structured · live

Never auto-approve destroy-class breakpoints json

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

File · lifecycle/automation-rules/auto-approve-readonly-breakpoints.yamlCluster · lifecycle
Record JSON
{
  "id": "automation-rule:never-auto-approve-destroy",
  "_kind": "AutomationRule",
  "_file": "lifecycle/automation-rules/auto-approve-readonly-breakpoints.yaml",
  "_cluster": "lifecycle",
  "attributes": {
    "displayName": "Never auto-approve destroy-class breakpoints",
    "triggerType": "webhook",
    "webhookPort": 4187,
    "webhookPath": "/automations/webhooks/breakpoint-elicitation",
    "webhookMethod": "POST",
    "webhookAuthType": "bearer",
    "sourceEvent": "babysitter:breakpoint.elicitation",
    "lifecycleState": "active",
    "targetProjectId": "project:babysitter-core",
    "targetBoardProjectId": "board:babysitter-default",
    "taskTemplateTitle": "Awaiting human approval: {{breakpoint.id}}",
    "taskTemplatePriority": "high",
    "taskTemplateStatus": "ready",
    "routingAction": "canonical-issue-create",
    "sourceKind": "config-file",
    "createdAt": "2026-04-28",
    "description": "Mirrors a BreakpointRule with action=never-auto-approve covering the\n`destroy` ActionCategory (permanently deletes / overwrites state).\nThe default ApprovalPosture for destroy-class actions sets\nallowAutoApprove=false and requireExplicitRule=true, so this rule\nforces every destroy breakpoint into the human-review queue regardless\nof consecutive-approval streaks. Source:\npackages/babysitter-sdk/src/breakpoints/types.ts.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent:babysitter",
      "to": "automation-rule:never-auto-approve-destroy",
      "kind": "defines_automation_rule",
      "attributes": {}
    }
  ]
}