Rent the intelligence, own the governance — a control plane for workers: software colleagues whose every action passes through a gateway you control (default-deny egress, injected credentials, budgets, approval gates, audit).
//! The CLI surface of the `roster` binary — thin typed handlers only: parse
//! arguments, call a functional block, print. The clap grammar lives in
//! main.rs; the machinery lives in the blocks (gateway, credential, action,
//! work, run, worker, channel).
pubmodapprovals;pubmodchannel;pubmodconnections;pubmodcreate;pubmodinit;pubmodknowledge;pubmodmemory;pubmodruns;pubmodserver;pubmodtask;pubmodworker;