Expand description
Supervisor-side helpers for the auto-approve patterns feature.
See openspec/changes/auto-approve-patterns/ for the spec contracts.
The submodules here keep auto-approval logic out of main.rs and
testable in isolation.
Modules§
- approve
- Auto-approval keystroke dispatch.
- auto_
approve - Safe-command classification for the auto-approve feature.
- curl_
allowlist - Curl allowlist setup for the supervisor.
- permission_
prompt - Permission-prompt detection for stalled agent panes.
- poll
- Single-tick orchestration for the supervisor auto-approve poll loop.
- stall
- Stall detection for the supervisor poll loop.