# benchweave evidence


Generate and index the retained evidence tree.


``` bash
benchweave evidence COMMAND [ARGS]...
```


Four generators: `runs` (the seeded volume leg), `timing` (the PRD §6 targets + the stress tier), `faults` (the fault-matrix leg harvest), and `index` (the digest index binding the whole tree).


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Usage: benchweave evidence [OPTIONS] COMMAND [ARGS]...

      Generate and index the retained evidence tree.

      Four generators: ``runs`` (the seeded volume leg), ``timing`` (the PRD §6
      targets + the stress tier), ``faults`` (the fault-matrix leg harvest), and
      ``index`` (the digest index binding the whole tree).

    Options:
      --help  Show this message and exit.

    Commands:
      faults  Harvest the fault-matrix leg results (lean JSON + retained junit).
      index   Index every artifact: sha256 + class + regenerating command.
      runs    Generate consecutive seeded journey runs (ephemeral SIMULATION).
      timing  Measure PRD §6 targets + the 16-observer stress tier (SIMULATION).


# Commands


`runs`  
[Generate consecutive seeded journey runs (ephemeral SIMULATION).](../../reference/cli/evidence/runs.md)

`timing`  
[Measure PRD §6 targets + the 16-observer stress tier (SIMULATION).](../../reference/cli/evidence/timing.md)

`faults`  
[Harvest the fault-matrix leg results (lean JSON + retained junit).](../../reference/cli/evidence/faults.md)

`index`  
[Index every artifact: sha256 + class + regenerating command.](../../reference/cli/evidence/index.md)
