Skip to content

inseam-cli

The inseam CLI as a library: a distribution (design/plugins.md) is an app crate that links a set of linked-tier plugins, ships a base composition, and layers the node’s own composition file on top (design/composition.md). The stock inseam binary is [Distribution::first_party]; a custom distribution (a cloud node with its own performant linked plugins, built from a private repo) is a thin binary crate that appends its factories and base entries and calls [run]. Command handlers are a thin transport over the operations seam; no command contains node logic.