Rent the intelligence, own the governance — a control plane for imps: 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 `impyard` 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, imp, channel).
pubmodchannel;pubmodconnections;pubmodcreate;pubmodgates;pubmodimp;pubmodinit;pubmodknowledge;pubmodmemory;pubmodruns;pubmodserver;pubmodtask;pubmodvault;