Getting started

Your first build

Describe what you want. Zevron decomposes it, verifies it, attacks it, and certifies what holds.

Describe the work

Pass a plain-language description to zevron build:

zevron — build

Zevron decomposes the task into small units, then for each one a Specsmith writes the tests and a Codewright writes the code — blind, with different models. Everything runs against real execution in a sandbox, and the survivors are attacked.

Read the result

The summary line reports how many units are trusted, the held-out pass-rate, and total spend. A unit that doesn't clear the bar is marked not trusted and returned to the forge — Zevron will not claim code is right when it isn't.

Inspect the evidence

For any unit, run zevron trust to see why it was trusted: the funnel it passed, the mutation score against the 0.80 gate, and the Crucible attacks it survived.

zevron — trust

A unit is trusted only when mutation testing proves its tests have teeth. To understand what that verdict means — and when it is withheld — read the trust model.