CLI that orchestrates coding agents (Claude Code and others) through a phased implementation plan, with automatic test/commit loops and a TUI dashboard
//! Pitboss library — orchestrates coding agents through a phased implementation plan.
//!//! See `plan.md` for the full design. This crate exposes the modules the CLI and
//! integration tests build on.
pubmodagent;pubmodcli;pubmodconfig;pubmoddeferred;pubmodgit;pubmodplan;pubmodprompts;pubmodrunner;pubmodstate;pubmodstyle;pubmodtests;pubmodtui;pubmodutil;