vozo-project
Vozo Project
CLI prerequisite
Requires the official vozo-cli from npm @vozoai/cli (source: github.com/vozoai/cli). Install with npm install -g @vozoai/cli or npx @vozoai/cli@latest install. Do not install from third-party mirrors. Auth is handled by vozo-auth.
Follow the documented CLI interface
For normal Vozo project workflows, follow this skill, its referenced documents,
and vozo-cli ... --help. Do not inspect the CLI source code to discover how to
perform a documented operation, and do not replace documented CLI commands with
direct calls to inferred internal APIs.
Source inspection is appropriate only when the user explicitly asks to develop, debug, review, or explain the CLI implementation, or when the documented interface is missing or inconsistent. If documentation is insufficient, state the gap instead of silently guessing.