1 2 3 4 5
//! Agent runbooks: management, validation, and bundled defaults for `.agent/runbooks/`. pub mod init; pub use init::init_runbooks;