git-paw 0.3.0

Parallel AI Worktrees — orchestrate multiple AI coding CLI sessions across git worktrees
Documentation
//! git-paw — Parallel AI Worktrees.
//!
//! Orchestrates multiple AI coding CLI sessions across git worktrees
//! from a single terminal using tmux.

pub mod agents;
pub mod broker;
pub mod cli;
pub mod config;
pub mod dashboard;
pub mod detect;
pub mod dirs;
pub mod error;
pub mod git;
pub mod init;
pub mod interactive;
pub mod logging;
pub mod replay;
pub mod session;
pub mod skills;
pub mod specs;
pub mod tmux;