//! Ralph Wiggum iterative development loop.
//!
//! The Ralph loop repeatedly runs a harness with a prompt until a completion
//! promise is detected, persisting lightweight state between iterations.
/// Duration parsing/formatting helpers.
/// Prompt construction for Ralph iterations.
/// Loop runner and iteration bookkeeping.
/// On-disk state for the Ralph loop.
/// External task source resolution.
/// Completion validation for Ralph.
pub use ;
pub use ;
pub use ;
pub use ;