verify

Installation
SKILL.md

verify

The "prove everything" skill. Nothing ships as validated without this.

Deterministic proof (Trust Kill Switch)

ruview_verify runs archive/v1/data/proof/verify.py: it feeds a reference signal through the production pipeline and hashes the output against expected_features.sha256. Must print VERDICT: PASS. If numpy/scipy changed the hash, regenerate with verify.py --generate-hash then re-verify.

Witness bundle (ADR-028)

For a release-grade attestation:

bash scripts/generate-witness-bundle.sh
cd dist/witness-bundle-ADR028-*/ && bash VERIFY.sh   # must be 7/7 PASS
Installs
2
Repository
ruvnet/ruview
GitHub Stars
90.8K
First Seen
Jul 22, 2026
verify — ruvnet/ruview