1.2 KiB
1.2 KiB
| description | argument-hint |
|---|---|
| Verify a RuView build — Rust tests, deterministic Python proof, firmware hashes, ADR-028 witness bundle + self-verification, and the pre-merge checklist. | [tests|proof|bundle|all] |
/ruview-verify
Run RuView's trust pipeline.
- Invoke the
ruview-verifyskill. - Based on
$ARGUMENTS(defaultall):- tests —
cd v2 && cargo test --workspace --no-default-features(1,400+ pass, 0 fail). - proof —
python archive/v1/data/proof/verify.py(must printVERDICT: PASS; if hash drift from a legit numpy/scipy bump,--generate-hashthen re-run). Optionallycd archive/v1 && python -m pytest tests/ -x -q. - bundle —
bash scripts/generate-witness-bundle.sh, thencd dist/witness-bundle-ADR028-*/ && bash VERIFY.sh(must be 7/7 PASS). - all — do all of the above in order.
- tests —
- If this follows a code change, walk the pre-merge checklist from
CLAUDE.md(README/CLAUDE.md/CHANGELOG/user-guide updates, ADR count, witness bundle regen, Docker rebuild only if needed, crate publishing in dependency order,.gitignore, security review for hardware/network modules). - For security-related changes also run
npx @claude-flow/cli@latest security scan.