ADR-028: ESP32 capability audit + witness verification bundle#71
Merged
ADR-028: ESP32 capability audit + witness verification bundle#71
Conversation
- ADR-028: Full 3-agent parallel audit of ESP32 hardware, signal processing, neural networks, training pipeline, deployment, and security - WITNESS-LOG-028: Reproducible 11-step verification procedure with 33-row attestation matrix (30 YES, 1 PARTIAL, 2 NOT MEASURED) - 1,031 Rust tests passing at audit time (0 failures) - Documents honest gaps: no on-device ML, no real CSI dataset bundled, proof hash needs numpy version pin Co-Authored-By: claude-flow <ruv@ruv.net>
- Regenerate Python proof hash for numpy 2.4.2 + scipy 1.17.1 (PASS) - Update ADR-028 and WITNESS-LOG-028 with passing proof status - Add scripts/generate-witness-bundle.sh — creates self-contained tar.gz with witness log, test results, proof verification, firmware hashes, crate manifest, and VERIFY.sh for recipients - Bundle self-verifies: 7/7 checks PASS - Attestation: 1,031 Rust tests passing, 0 failures Co-Authored-By: claude-flow <ruv@ruv.net>
This was referenced Mar 1, 2026
- New collapsed section before Installation linking to witness log, ADR-028, and bundle generator - Shows test counts, proof hash, and 3-command verification steps Co-Authored-By: claude-flow <ruv@ruv.net>
GarrettKrebs
pushed a commit
to GarrettKrebs/RuView
that referenced
this pull request
Mar 9, 2026
ADR-028 capability audit: 1,031 tests, proof PASS, witness bundle 7/7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
8c0680d7..., numpy 2.4.2)scripts/generate-witness-bundle.shcreates self-contained tar.gz that third parties can independently verify (7/7 checks PASS)What's in the bundle
WITNESS-LOG-028.mdADR-028-esp32-capability-audit.mdproof/verify.py+expected_features.sha256test-results/rust-workspace-tests.logfirmware-manifest/source-hashes.txtcrate-manifest/versions.txtVERIFY.shHow to verify
Test plan
cargo test --workspace --no-default-features— 1,031 passedpython v1/data/proof/verify.py— VERDICT: PASSbash VERIFY.shinside bundle — 7/7 PASS🤖 Generated with claude-flow