Skip to main content

Crate git_paw

Crate git_paw 

Source
Expand description

git-paw — Parallel AI Worktrees.

Orchestrates multiple AI coding CLI sessions across git worktrees from a single terminal using tmux.

Modules§

agents
AGENTS.md generation and injection.
broker
HTTP broker for agent coordination.
cli
CLI argument parsing.
config
Configuration file support.
coordination
User→agent coordination for the supervisor routing commands.
dashboard
Ratatui TUI status table for pane 0.
detect
AI CLI detection.
dirs
Platform directory helpers.
error
Error types for git-paw.
git
Git operations.
init
Project initialization.
interactive
Interactive selection prompts.
lock
Advisory lock for mutating a live session’s branch set.
logging
Session logging via tmux pipe-pane.
opsx
OpenSpec (opsx) integration support.
replay
Replay captured session logs.
session
Session state persistence.
skills
Agent skill template loading and rendering.
specs
Spec scanning and discovery.
supervisor
Supervisor-side helpers for the auto-approve patterns feature.
tmux
Tmux session and pane orchestration.

Constants§

DEFAULT_SUBMIT_DELAY_MS
Default boot-prompt settle delay (ms) before the submit Enter, used for any CLI without a [clis.<name>].submit_delay_ms override.