Requirements
- Bun ≥ 1.0
Installation
Quick start
Command groups
Commands are organized by domain. Auth and workspace commands stay at the top level; the prompt-manager (asset versioning) commands live under theprompts group, and memory capture/recall lives under memory.
| Group | Commands | What it does |
|---|---|---|
| auth | login, logout | Authenticate and sign out |
| workspace | switch, teams | Choose the active team |
memory | capture, recall, install-hook | Capture coding-agent memory (cloud or local) and recall it |
prompts | init, push, pull, status, diff, log, assets, projects | Sync and version prompt assets (projects scope which assets you work on) |
versuno prompts --help for the full prompt-manager command list, or versuno <group> <command> --help for any command’s options.
How it works
versuno prompts init creates a .versuno/ directory in your project root:
Environment variables
| Variable | Description |
|---|---|
VERSUNO_API_KEY | API key. Overrides stored credentials. |
VERSUNO_WORKSPACE | Active workspace ID. Overrides the stored workspace ref. |
VERSUNO_DEBUG | Set to any value to enable verbose error output |

