wvq-cli 0.1.0-alpha.3

wvq command-line surface for Weavatrix Quality
docs.rs failed to build wvq-cli-0.1.0-alpha.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

wvq-cli

Command-line surface for Weavatrix Quality (wvq).

Alpha 0.1.0-alpha.3 — crates and APIs may change before 1.0. Primary install for most users is npm: @weavatrix/wvq.

Install

cargo install wvq-cli --version 0.1.0-alpha.3
# or
npx @weavatrix/wvq@0.1.0-alpha.3 --help

The published binary name is wvq.

Examples

wvq --repo /path/to/app doctor
wvq --repo /path/to/app init
wvq --repo /path/to/app spec validate --change checkout-fix
wvq --repo /path/to/app plan --change checkout-fix

wvq --repo /path/to/app run \
  --change checkout-fix \
  --base origin/main \
  --head HEAD \
  --scope impacted \
  --evidence-policy minimal

wvq --repo /path/to/app status
wvq --repo /path/to/app verify --change checkout-fix
wvq --repo /path/to/app verify --change checkout-fix --observe-only true
wvq --repo /path/to/app explain <id>

wvq --repo /path/to/app select --change checkout-fix --base origin/main --head WORKTREE
wvq --repo /path/to/app debt --change checkout-fix --base origin/main --head HEAD
wvq --repo /path/to/app record --change checkout-fix --route /checkout

Typical agent / human loop

doctor → spec validate → plan → run (impacted) → verify → explain

Exit codes

Code Meaning
0 ok / observe-only
1 unresolved evidence / failure
2 blocking contradicted verify

Related crates

Crate Role
wvq-mcp MCP host
wvq-bench Impacted-vs-full shadow
qualityd Local Studio HTTP

Library crates in this family are unstable alpha — do not treat them as a stable public API yet.

Docs & examples

License

MIT