Skip to main content

git_paw/supervisor/
mod.rs

1//! Supervisor-side helpers for the auto-approve patterns feature.
2//!
3//! See `openspec/changes/auto-approve-patterns/` for the spec contracts.
4//! The submodules here keep auto-approval logic out of `main.rs` and
5//! testable in isolation.
6
7pub mod approve;
8pub mod auto_approve;
9pub mod curl_allowlist;
10pub mod permission_prompt;
11pub mod poll;
12pub mod stall;