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 `.pitboss/play/plan.md` for the full design. This crate exposes the
//! modules the CLI and integration tests build on.
pubmodagent;pubmodcli;pubmodconfig;pubmoddeferred;pubmodgit;pubmodgrind;pubmodplan;pubmodprompts;pubmodrunner;pubmodstate;pubmodstyle;pubmodtests;pubmodtui;pubmodutil;