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
`destroy` ActionCategory (permanently deletes / overwrites state).
The default ApprovalPosture for destroy-class actions sets
allowAutoApprove=false and requireExplicitRule=true, so this rule
forces every destroy breakpoint into the human-review queue regardless
of consecutive-approval streaks. Source:
packages/sdk/src/breakpoints/types.ts.