feat: Add 12 ADRs for RuVector RVF integration and proof-of-reality #31

Merged
ruvnet merged 33 commits from claude/integrate-ruvector-rvf-mF1Hp into main 2026-02-28 22:43:59 +08:00
ruvnet commented 2026-02-28 14:30:16 +08:00 (Migrated from github.com)

Comprehensive architecture decision records for integrating ruvnet/ruvector
into wifi-densepose, covering:

  • ADR-002: Master integration strategy (phased rollout, new crate design)
  • ADR-003: RVF cognitive containers for CSI data persistence
  • ADR-004: HNSW vector search replacing fixed-threshold detection
  • ADR-005: SONA self-learning with LoRA + EWC++ for online adaptation
  • ADR-006: GNN-enhanced pattern recognition with temporal modeling
  • ADR-007: Post-quantum cryptography (ML-DSA-65 hybrid signatures)
  • ADR-008: Raft consensus for multi-AP distributed coordination
  • ADR-009: RVF WASM runtime for edge/browser/IoT deployment
  • ADR-010: Witness chains for tamper-evident audit trails
  • ADR-011: Mock elimination and proof-of-reality (fixes np.random.rand
    placeholders, ships CSI capture + SHA-256 verified pipeline)
  • ADR-012: ESP32 CSI sensor mesh ($54 starter kit specification)
  • ADR-013: Feature-level sensing on commodity gear (zero-cost RSSI path)

ADR-011 directly addresses the credibility gap by cataloging every
mock/placeholder in the Python codebase and specifying concrete fixes.

https://claude.ai/code/session_01Ki7pvEZtJDvqJkmyn6B714

Comprehensive architecture decision records for integrating ruvnet/ruvector into wifi-densepose, covering: - ADR-002: Master integration strategy (phased rollout, new crate design) - ADR-003: RVF cognitive containers for CSI data persistence - ADR-004: HNSW vector search replacing fixed-threshold detection - ADR-005: SONA self-learning with LoRA + EWC++ for online adaptation - ADR-006: GNN-enhanced pattern recognition with temporal modeling - ADR-007: Post-quantum cryptography (ML-DSA-65 hybrid signatures) - ADR-008: Raft consensus for multi-AP distributed coordination - ADR-009: RVF WASM runtime for edge/browser/IoT deployment - ADR-010: Witness chains for tamper-evident audit trails - ADR-011: Mock elimination and proof-of-reality (fixes np.random.rand placeholders, ships CSI capture + SHA-256 verified pipeline) - ADR-012: ESP32 CSI sensor mesh ($54 starter kit specification) - ADR-013: Feature-level sensing on commodity gear (zero-cost RSSI path) ADR-011 directly addresses the credibility gap by cataloging every mock/placeholder in the Python codebase and specifying concrete fixes. https://claude.ai/code/session_01Ki7pvEZtJDvqJkmyn6B714
Sign in to join this conversation.