sovara is organized around the work an assistant needs to do: check the
backend, initialize local state, find projects, record runs, inspect traces,
annotate outcomes, read logs, install shared skill guidance, and work with
priors.
Setup
| Command | Use it for |
|---|---|
status | Check whether the configured Sovara backend is reachable and the current folder has local setup. |
init | Persist the server URL and configure project state through the backend. |
projects | List visible projects or fetch one project by ID or unambiguous prefix. |
install-skill | Install the shared Sovara skill for Codex, Claude Code, or both. |
setup | Install the skill and spawn Codex or Claude Code with an onboarding prompt. |
sovara setup — it installs the
skill and hands off to your coding assistant. See
Claude Code and Codex.
Recording and listing runs
| Command | Use it for |
|---|---|
record | Start a Python script through Sovara recording and return the run_id. |
runs | List runs, optionally filtered by range, status, regex, or project ID. |
record when an assistant needs to create a new run from the terminal:
runs to find a recent execution:
Inspecting traces
| Command | Use it for |
|---|---|
probe | Query run metadata, graph structure, node input/output, or specific steps. |
step-overview | Ask Sovara for a semantic overview of one graph step. |
logs | Read persisted run logs with optional grep, tail, context, and line numbers. |
Annotation
| Command | Use it for |
|---|---|
queue-annotation | Ask Sovara to evaluate a run and add the resulting candidate to the annotation queue. |
annotate | Mark a run as success or failure. Failure labels require ground truth. |
annotations | List runs waiting for annotation or runs that are already annotated. |
Priors
priors contains the SovaraDB command group. It is useful when an assistant
needs to inspect or manage priors without opening the desktop app.
Common subcommands include:
| Subcommand | Use it for |
|---|---|
list, get | Read priors. |
create, update, delete | Manage prior records. |
polish | Improve prior wording without changing the original automatically. |
query, retrieve | Fetch priors by folder or retrieval context. |
ls, mkdir, mv, cp, rm | Manage SovaraDB folders and prior placement. |
rebalance, restructure | Maintain or propose taxonomy changes. |