git-paw 0.7.0

Parallel AI Worktrees — orchestrate multiple AI coding CLI sessions across git worktrees
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! 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.

pub mod approve;
pub mod auto_approve;
pub mod curl_allowlist;
pub mod dev_allowlist;
pub mod layout;
pub mod manual_approvals;
pub mod permission_prompt;
pub mod poll;
pub mod stall;