release-kit 0.2.2

A canonical release workflow: a technology-agnostic method, per-technology bindings, and the rk CLI that lands and serves them.
Documentation
//! One handler per subcommand. Handlers hold the behavior; `main` only
//! dispatches, and `cli` only declares the argument surface.

pub mod adopt;
pub mod completions;
pub mod doctor;
pub mod forge;
pub mod guide;
pub mod init;
pub mod license;
pub mod payload;
pub mod read;
pub mod runs;
pub mod setup;
pub mod skill;
pub mod status;
pub mod upgrade;
pub mod usage;
pub mod versions;

pub(crate) use crate::embedded::walk;