lenso-cli
The CLI for authoring Plugins and changing an App through its plugins/
directory.
Install
# or
The Cargo and npm packages use independent version lines.
Author one Plugin
pack validates and reopens the exact .lenso-plugin Bundle it creates. A
receiving Host independently validates those bytes again during installation.
Change an App
The current Host supplies useful defaults and a generated Host Catalog. An App
owner writes only differences under plugins/:
Configuration lives at plugins/<plugin-id>/<instance>.toml; an empty file
enables package defaults. <instance>.disabled is the explicit absence marker.
Installed non-embedded behavior carries one exact plugin.lenso-plugin Bundle
inside its Plugin directory.
The Host Catalog at .lenso/host-catalog.json is generated and locked to the
current Host build. It is read-only execution authority, not App intent.
app check, app show, and run derive the App directly; there is no Plan
file for an App owner to generate or manage.
Runtime Drivers and Execution Adapters remain separate because they implement Host mechanics, not application behavior.