displayName
Auto-approve read-only clarification 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
Auto-approved: {{breakpoint.id}}
taskTemplatePriority
low
taskTemplateStatus
backlog
routingAction
canonical-issue-create
sourceKind
config-file
createdAt
2026-04-28
description
Mirrors a BreakpointRule with action=auto-approve, pattern matching
breakpointIds whose ActionCategory resolves to `read` (per
ApprovalPosture in packages/sdk/src/breakpoints/types.ts). When the
orchestrator elicits a read-only clarification breakpoint, this rule
fires, emits a canonical kanban issue annotated with the auto-approval
decision, and records the matched rule id on the audit trail. Source:
packages/sdk/src/breakpoints/rules.ts (addRule + readRules).