netsky 0.1.4

netsky CLI: the viable system launcher and subcommand dispatcher
Documentation
//! Subcommand implementations. One module per subcommand; each exposes
//! a `run()` entry point called from `cli::dispatch`.

pub mod agent;
pub mod agentinfinity;
pub mod agentinit;
pub mod attach;
pub mod channel;
pub mod codex_agent;
pub mod doctor;
pub mod down;
pub mod drill;
pub mod escalate;
pub mod handoffs;
pub mod hooks;
pub mod io;
pub mod launchd;
pub mod morning;
pub mod quiet;
pub mod restart;
pub mod setup;
pub mod test;
pub mod tick;
pub mod up;
pub mod watchdog;