stop-check
Role
STOP(킬스위치) 신호를 최우선으로 탐지하고, 발견 시 즉시 ZERO_STOP으로 수렴한다.
In-Scope
- •
.autodev_queue/**및 SSOT가 지정한 STOP sentinel 검사 - •STOP 발견 시 blocked 격리(계획만) + incident/audit 트리거
Out-of-Scope
- •임의의 경로에서 STOP 의미 추정(SSOT 외)
- •External IO/업로드/알림 전송
Inputs
- •queue_root:
.autodev_queue - •(선택) task_id
Steps
- •needsApproval=true로 READ 범위 승인 확보
- •SSOT 지정 STOP sentinel을 검사(없으면
.autodev_queue/STOP만 기본 검사) - •STOP 발견 시:
- •status=ZERO_STOP, decision=ZERO_STOP
- •다음 단계:
incident-brief,audit-append, state=blocked 수렴
Outputs
- •JSON 1개(스키마):
docs/skills/schemas/skill_outputs.schema.json의 stop-check branch
Safety
- •Read도 승인 필요
- •STOP 발견 시 다른 작업 금지(즉시 종료)