Tooling
Scaffold, package, validate, and audit a Vesty project.
The vesty CLI turns repository conventions into repeatable commands.
- CLI workflows covers scaffolding and local checks.
- Packaging and validation produces inspectable VST3 bundles.
- Release evidence distinguishes local confidence from external proof.
- AI-assisted development installs the companion skill and defines a safe AI workflow.
- Framework releases publishes version-matched registry packages and CLI binaries through CI.
After installing the CLI, run vesty --help to inspect the available commands. Framework contributors can still use cargo run -p vesty-cli -- --help inside the Vesty workspace.