Expand description
Reviewer artifact record / verify.
Stage 4 implementation of ADR-0003 (artifact-over-signing) and
ADR-0005 (sampling verification). Reviewers record a command and
its output into .review/round-N/<kind>-<name>.md; CI later verifys
a sample by re-running each command and comparing the normalised hash.
Structs§
Enums§
- Diff
Side - Parse
Error - Path
Error - Reviewer
Kind - One of the five reviewer aspects defined by ADR-0003.
- RunError
- Verify
Error - Verify
Status
Constants§
Functions§
- compute_
hash - Public hash, formatted as
sha256:<hex>like the wiki examples. - run_
and_ record - Run the reviewer command in
opts.repo_rootand write the canonical artifact at.review/round-N/<kind>-<name>.md. - verify