qualityd 0.1.0-alpha.2

Quality Studio HTTP surface for Weavatrix Quality
docs.rs failed to build qualityd-0.1.0-alpha.2
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.

qualityd

Local HTTP Quality Studio for Weavatrix Quality.

Alpha 0.1.0-alpha.2. Exception-first cockpit over the same command bus as wvq / wvq-mcp — not a second policy engine.

Install

cargo install qualityd --version 0.1.0-alpha.2
qualityd --repo /path/to/app

Prefer npm for the CLI/MCP binaries (@weavatrix/wvq). Use qualityd when you want the local Studio UI/API.

Examples

# start Studio (default binds locally)
qualityd --repo .

# then drive the same change from CLI
npx @weavatrix/wvq@0.1.0-alpha.2 run \
  --change current --base origin/main --head HEAD --scope impacted
npx @weavatrix/wvq@0.1.0-alpha.2 verify --change current

Authoring HTTP endpoints (same semantics as MCP authoring tools):

POST /api/v1/authoring/draft
POST /api/v1/authoring/validate
POST /api/v1/authoring/preview
POST /api/v1/authoring/record
POST /api/v1/authoring/promote
POST /api/v1/authoring/heal

Studio summary debt uses the same stored run range as verify (never a hardcoded HEAD/WORKTREE pair).

Related

License

MIT