CLI Reference
This page is the compact reference layer for the two main command entrypoints.
Vona
Entry from repo root:
bash
npm run vona :
npm run vona :create
npm run vona :toolsPrimary command families:
bin:*create:*init:*tools:*
Zova
Entry from repo root:
bash
npm run zova :
npm run zova :create
npm run zova :refactorPrimary command families:
bin:*create:*init:*refactor:*tools:*openapi:*
Workflow guidance for docs, skills, and rules
When creating docs, skills, or rules, use the CLI family names as the public mental model first. Only drop to file-level implementation details when the command surface is insufficient.
Use this page together with: