gitextract_h2dmv8ol/ ├── .claude/ │ ├── agents/ │ │ ├── analysis/ │ │ │ ├── analyze-code-quality.md │ │ │ ├── code-analyzer.md │ │ │ └── code-review/ │ │ │ └── analyze-code-quality.md │ │ ├── architecture/ │ │ │ ├── arch-system-design.md │ │ │ └── system-design/ │ │ │ └── arch-system-design.md │ │ ├── browser/ │ │ │ └── browser-agent.yaml │ │ ├── consensus/ │ │ │ ├── byzantine-coordinator.md │ │ │ ├── crdt-synchronizer.md │ │ │ ├── gossip-coordinator.md │ │ │ ├── performance-benchmarker.md │ │ │ ├── quorum-manager.md │ │ │ ├── raft-manager.md │ │ │ └── security-manager.md │ │ ├── core/ │ │ │ ├── coder.md │ │ │ ├── planner.md │ │ │ ├── researcher.md │ │ │ ├── reviewer.md │ │ │ └── tester.md │ │ ├── custom/ │ │ │ └── test-long-runner.md │ │ ├── data/ │ │ │ ├── data-ml-model.md │ │ │ └── ml/ │ │ │ └── data-ml-model.md │ │ ├── development/ │ │ │ ├── backend/ │ │ │ │ └── dev-backend-api.md │ │ │ └── dev-backend-api.md │ │ ├── devops/ │ │ │ ├── ci-cd/ │ │ │ │ └── ops-cicd-github.md │ │ │ └── ops-cicd-github.md │ │ ├── documentation/ │ │ │ ├── api-docs/ │ │ │ │ └── docs-api-openapi.md │ │ │ └── docs-api-openapi.md │ │ ├── flow-nexus/ │ │ │ ├── app-store.md │ │ │ ├── authentication.md │ │ │ ├── challenges.md │ │ │ ├── neural-network.md │ │ │ ├── payments.md │ │ │ ├── sandbox.md │ │ │ ├── swarm.md │ │ │ ├── user-tools.md │ │ │ └── workflow.md │ │ ├── github/ │ │ │ ├── code-review-swarm.md │ │ │ ├── github-modes.md │ │ │ ├── issue-tracker.md │ │ │ ├── multi-repo-swarm.md │ │ │ ├── pr-manager.md │ │ │ ├── project-board-sync.md │ │ │ ├── release-manager.md │ │ │ ├── release-swarm.md │ │ │ ├── repo-architect.md │ │ │ ├── swarm-issue.md │ │ │ ├── swarm-pr.md │ │ │ ├── sync-coordinator.md │ │ │ └── workflow-automation.md │ │ ├── goal/ │ │ │ ├── agent.md │ │ │ └── goal-planner.md │ │ ├── optimization/ │ │ │ ├── benchmark-suite.md │ │ │ ├── load-balancer.md │ │ │ ├── performance-monitor.md │ │ │ ├── resource-allocator.md │ │ │ └── topology-optimizer.md │ │ ├── payments/ │ │ │ └── agentic-payments.md │ │ ├── sona/ │ │ │ └── sona-learning-optimizer.md │ │ ├── sparc/ │ │ │ ├── architecture.md │ │ │ ├── pseudocode.md │ │ │ ├── refinement.md │ │ │ └── specification.md │ │ ├── specialized/ │ │ │ ├── mobile/ │ │ │ │ └── spec-mobile-react-native.md │ │ │ └── spec-mobile-react-native.md │ │ ├── sublinear/ │ │ │ ├── consensus-coordinator.md │ │ │ ├── matrix-optimizer.md │ │ │ ├── pagerank-analyzer.md │ │ │ ├── performance-optimizer.md │ │ │ └── trading-predictor.md │ │ ├── swarm/ │ │ │ ├── adaptive-coordinator.md │ │ │ ├── hierarchical-coordinator.md │ │ │ └── mesh-coordinator.md │ │ ├── templates/ │ │ │ ├── automation-smart-agent.md │ │ │ ├── base-template-generator.md │ │ │ ├── coordinator-swarm-init.md │ │ │ ├── github-pr-manager.md │ │ │ ├── implementer-sparc-coder.md │ │ │ ├── memory-coordinator.md │ │ │ ├── orchestrator-task.md │ │ │ ├── performance-analyzer.md │ │ │ └── sparc-coordinator.md │ │ ├── testing/ │ │ │ ├── production-validator.md │ │ │ └── tdd-london-swarm.md │ │ └── v3/ │ │ ├── adr-architect.md │ │ ├── aidefence-guardian.md │ │ ├── claims-authorizer.md │ │ ├── collective-intelligence-coordinator.md │ │ ├── ddd-domain-expert.md │ │ ├── injection-analyst.md │ │ ├── memory-specialist.md │ │ ├── performance-engineer.md │ │ ├── pii-detector.md │ │ ├── reasoningbank-learner.md │ │ ├── security-architect-aidefence.md │ │ ├── security-architect.md │ │ ├── security-auditor.md │ │ ├── sparc-orchestrator.md │ │ ├── swarm-memory-manager.md │ │ └── v3-integration-architect.md │ ├── commands/ │ │ ├── analysis/ │ │ │ ├── COMMAND_COMPLIANCE_REPORT.md │ │ │ ├── README.md │ │ │ ├── bottleneck-detect.md │ │ │ ├── performance-bottlenecks.md │ │ │ ├── performance-report.md │ │ │ ├── token-efficiency.md │ │ │ └── token-usage.md │ │ ├── automation/ │ │ │ ├── README.md │ │ │ ├── auto-agent.md │ │ │ ├── self-healing.md │ │ │ ├── session-memory.md │ │ │ ├── smart-agents.md │ │ │ ├── smart-spawn.md │ │ │ └── workflow-select.md │ │ ├── claude-flow-help.md │ │ ├── claude-flow-memory.md │ │ ├── claude-flow-swarm.md │ │ ├── github/ │ │ │ ├── README.md │ │ │ ├── code-review-swarm.md │ │ │ ├── code-review.md │ │ │ ├── github-modes.md │ │ │ ├── github-swarm.md │ │ │ ├── issue-tracker.md │ │ │ ├── issue-triage.md │ │ │ ├── multi-repo-swarm.md │ │ │ ├── pr-enhance.md │ │ │ ├── pr-manager.md │ │ │ ├── project-board-sync.md │ │ │ ├── release-manager.md │ │ │ ├── release-swarm.md │ │ │ ├── repo-analyze.md │ │ │ ├── repo-architect.md │ │ │ ├── swarm-issue.md │ │ │ ├── swarm-pr.md │ │ │ ├── sync-coordinator.md │ │ │ └── workflow-automation.md │ │ ├── hooks/ │ │ │ ├── README.md │ │ │ ├── overview.md │ │ │ ├── post-edit.md │ │ │ ├── post-task.md │ │ │ ├── pre-edit.md │ │ │ ├── pre-task.md │ │ │ ├── session-end.md │ │ │ └── setup.md │ │ ├── monitoring/ │ │ │ ├── README.md │ │ │ ├── agent-metrics.md │ │ │ ├── agents.md │ │ │ ├── real-time-view.md │ │ │ ├── status.md │ │ │ └── swarm-monitor.md │ │ ├── optimization/ │ │ │ ├── README.md │ │ │ ├── auto-topology.md │ │ │ ├── cache-manage.md │ │ │ ├── parallel-execute.md │ │ │ ├── parallel-execution.md │ │ │ └── topology-optimize.md │ │ └── sparc/ │ │ ├── analyzer.md │ │ ├── architect.md │ │ ├── ask.md │ │ ├── batch-executor.md │ │ ├── code.md │ │ ├── coder.md │ │ ├── debug.md │ │ ├── debugger.md │ │ ├── designer.md │ │ ├── devops.md │ │ ├── docs-writer.md │ │ ├── documenter.md │ │ ├── innovator.md │ │ ├── integration.md │ │ ├── mcp.md │ │ ├── memory-manager.md │ │ ├── optimizer.md │ │ ├── orchestrator.md │ │ ├── post-deployment-monitoring-mode.md │ │ ├── refinement-optimization-mode.md │ │ ├── researcher.md │ │ ├── reviewer.md │ │ ├── security-review.md │ │ ├── sparc-modes.md │ │ ├── sparc.md │ │ ├── spec-pseudocode.md │ │ ├── supabase-admin.md │ │ ├── swarm-coordinator.md │ │ ├── tdd.md │ │ ├── tester.md │ │ ├── tutorial.md │ │ └── workflow-manager.md │ ├── helpers/ │ │ ├── README.md │ │ ├── adr-compliance.sh │ │ ├── auto-commit.sh │ │ ├── auto-memory-hook.mjs │ │ ├── checkpoint-manager.sh │ │ ├── daemon-manager.sh │ │ ├── ddd-tracker.sh │ │ ├── github-safe.js │ │ ├── github-setup.sh │ │ ├── guidance-hook.sh │ │ ├── guidance-hooks.sh │ │ ├── health-monitor.sh │ │ ├── hook-handler.cjs │ │ ├── intelligence.cjs │ │ ├── learning-hooks.sh │ │ ├── learning-optimizer.sh │ │ ├── learning-service.mjs │ │ ├── memory.js │ │ ├── metrics-db.mjs │ │ ├── pattern-consolidator.sh │ │ ├── perf-worker.sh │ │ ├── post-commit │ │ ├── pre-commit │ │ ├── quick-start.sh │ │ ├── router.js │ │ ├── security-scanner.sh │ │ ├── session.js │ │ ├── setup-mcp.sh │ │ ├── standard-checkpoint-hooks.sh │ │ ├── statusline-hook.sh │ │ ├── statusline.cjs │ │ ├── statusline.js │ │ ├── swarm-comms.sh │ │ ├── swarm-hooks.sh │ │ ├── swarm-monitor.sh │ │ ├── sync-v3-metrics.sh │ │ ├── update-v3-progress.sh │ │ ├── v3-quick-status.sh │ │ ├── v3.sh │ │ ├── validate-v3-config.sh │ │ └── worker-manager.sh │ ├── settings.json │ ├── settings.local.json │ └── skills/ │ ├── agentdb-advanced/ │ │ └── SKILL.md │ ├── agentdb-learning/ │ │ └── SKILL.md │ ├── agentdb-memory-patterns/ │ │ └── SKILL.md │ ├── agentdb-optimization/ │ │ └── SKILL.md │ ├── agentdb-vector-search/ │ │ └── SKILL.md │ ├── browser/ │ │ └── SKILL.md │ ├── github-code-review/ │ │ └── SKILL.md │ ├── github-multi-repo/ │ │ └── SKILL.md │ ├── github-project-management/ │ │ └── SKILL.md │ ├── github-release-management/ │ │ └── SKILL.md │ ├── github-workflow-automation/ │ │ └── SKILL.md │ ├── hooks-automation/ │ │ └── SKILL.md │ ├── pair-programming/ │ │ └── SKILL.md │ ├── reasoningbank-agentdb/ │ │ └── SKILL.md │ ├── reasoningbank-intelligence/ │ │ └── SKILL.md │ ├── skill-builder/ │ │ ├── .claude-flow/ │ │ │ └── metrics/ │ │ │ ├── agent-metrics.json │ │ │ ├── performance.json │ │ │ └── task-metrics.json │ │ └── SKILL.md │ ├── sparc-methodology/ │ │ └── SKILL.md │ ├── stream-chain/ │ │ └── SKILL.md │ ├── swarm-advanced/ │ │ └── SKILL.md │ ├── swarm-orchestration/ │ │ └── SKILL.md │ ├── v3-cli-modernization/ │ │ └── SKILL.md │ ├── v3-core-implementation/ │ │ └── SKILL.md │ ├── v3-ddd-architecture/ │ │ └── SKILL.md │ ├── v3-integration-deep/ │ │ └── SKILL.md │ ├── v3-mcp-optimization/ │ │ └── SKILL.md │ ├── v3-memory-unification/ │ │ └── SKILL.md │ ├── v3-performance-optimization/ │ │ └── SKILL.md │ ├── v3-security-overhaul/ │ │ └── SKILL.md │ ├── v3-swarm-coordination/ │ │ └── SKILL.md │ └── verification-quality/ │ └── SKILL.md ├── .claude-flow/ │ ├── .gitignore │ ├── .trend-cache.json │ ├── CAPABILITIES.md │ ├── config.yaml │ ├── daemon-state.json │ ├── metrics/ │ │ ├── codebase-map.json │ │ ├── consolidation.json │ │ ├── learning.json │ │ ├── security-audit.json │ │ ├── swarm-activity.json │ │ └── v3-progress.json │ └── security/ │ └── audit-status.json ├── .dockerignore ├── .github/ │ └── workflows/ │ ├── cd.yml │ ├── ci.yml │ ├── desktop-release.yml │ ├── firmware-ci.yml │ ├── firmware-qemu.yml │ ├── security-scan.yml │ ├── update-submodules.yml │ └── verify-pipeline.yml ├── .gitignore ├── .gitmodules ├── .mcp.json ├── .vscode/ │ └── launch.json ├── CHANGELOG.md ├── CLAUDE.md ├── LICENSE ├── Makefile ├── README.md ├── assets/ │ └── README.txt ├── benchmark_baseline.json ├── deploy.sh ├── docker/ │ ├── .dockerignore │ ├── Dockerfile.python │ ├── Dockerfile.rust │ ├── docker-compose.yml │ └── wifi-densepose-v1.rvf ├── docs/ │ ├── WITNESS-LOG-028.md │ ├── adr/ │ │ ├── .issue-177-body.md │ │ ├── ADR-001-wifi-mat-disaster-detection.md │ │ ├── ADR-002-ruvector-rvf-integration-strategy.md │ │ ├── ADR-003-rvf-cognitive-containers-csi.md │ │ ├── ADR-004-hnsw-vector-search-fingerprinting.md │ │ ├── ADR-005-sona-self-learning-pose-estimation.md │ │ ├── ADR-006-gnn-enhanced-csi-pattern-recognition.md │ │ ├── ADR-007-post-quantum-cryptography-secure-sensing.md │ │ ├── ADR-008-distributed-consensus-multi-ap.md │ │ ├── ADR-009-rvf-wasm-runtime-edge-deployment.md │ │ ├── ADR-010-witness-chains-audit-trail-integrity.md │ │ ├── ADR-011-python-proof-of-reality-mock-elimination.md │ │ ├── ADR-012-esp32-csi-sensor-mesh.md │ │ ├── ADR-013-feature-level-sensing-commodity-gear.md │ │ ├── ADR-014-sota-signal-processing.md │ │ ├── ADR-015-public-dataset-training-strategy.md │ │ ├── ADR-016-ruvector-integration.md │ │ ├── ADR-017-ruvector-signal-mat-integration.md │ │ ├── ADR-018-esp32-dev-implementation.md │ │ ├── ADR-019-sensing-only-ui-mode.md │ │ ├── ADR-020-rust-ruvector-ai-model-migration.md │ │ ├── ADR-021-vital-sign-detection-rvdna-pipeline.md │ │ ├── ADR-022-windows-wifi-enhanced-fidelity-ruvector.md │ │ ├── ADR-023-trained-densepose-model-ruvector-pipeline.md │ │ ├── ADR-024-contrastive-csi-embedding-model.md │ │ ├── ADR-025-macos-corewlan-wifi-sensing.md │ │ ├── ADR-026-survivor-track-lifecycle.md │ │ ├── ADR-027-cross-environment-domain-generalization.md │ │ ├── ADR-028-esp32-capability-audit.md │ │ ├── ADR-029-ruvsense-multistatic-sensing-mode.md │ │ ├── ADR-030-ruvsense-persistent-field-model.md │ │ ├── ADR-031-ruview-sensing-first-rf-mode.md │ │ ├── ADR-032-multistatic-mesh-security-hardening.md │ │ ├── ADR-033-crv-signal-line-sensing-integration.md │ │ ├── ADR-034-expo-mobile-app.md │ │ ├── ADR-035-live-sensing-ui-accuracy.md │ │ ├── ADR-036-rvf-training-pipeline-ui.md │ │ ├── ADR-037-multi-person-pose-detection.md │ │ ├── ADR-038-sublinear-goal-oriented-action-planning.md │ │ ├── ADR-039-esp32-edge-intelligence.md │ │ ├── ADR-040-wasm-programmable-sensing.md │ │ ├── ADR-041-wasm-module-collection.md │ │ ├── ADR-042-coherent-human-channel-imaging.md │ │ ├── ADR-043-sensing-server-ui-api-completion.md │ │ ├── ADR-044-provisioning-tool-enhancements.md │ │ ├── ADR-045-amoled-display-support.md │ │ ├── ADR-046-android-tv-box-armbian-deployment.md │ │ ├── ADR-047-psychohistory-observatory-visualization.md │ │ ├── ADR-048-adaptive-csi-classifier.md │ │ ├── ADR-049-cross-platform-wifi-interface-detection.md │ │ ├── ADR-050-quality-engineering-security-hardening.md │ │ ├── ADR-052-ddd-bounded-contexts.md │ │ ├── ADR-052-tauri-desktop-frontend.md │ │ ├── ADR-053-ui-design-system.md │ │ ├── ADR-054-desktop-full-implementation.md │ │ ├── ADR-055-integrated-sensing-server.md │ │ ├── ADR-056-ruview-desktop-capabilities.md │ │ ├── ADR-057-firmware-csi-build-guard.md │ │ ├── ADR-058-ruvector-wasm-browser-pose-example.md │ │ ├── ADR-059-live-esp32-csi-pipeline.md │ │ ├── ADR-060-provision-channel-mac-filter.md │ │ ├── ADR-061-qemu-esp32s3-firmware-testing.md │ │ ├── ADR-062-qemu-swarm-configurator.md │ │ ├── ADR-063-mmwave-sensor-fusion.md │ │ ├── ADR-064-multimodal-ambient-intelligence.md │ │ ├── ADR-065-happiness-scoring-seed-bridge.md │ │ ├── ADR-066-esp32-swarm-seed-coordinator.md │ │ ├── ADR-067-ruvector-v2.0.5-upgrade.md │ │ ├── ADR-068-per-node-state-pipeline.md │ │ ├── ADR-069-cognitum-seed-csi-pipeline.md │ │ ├── ADR-070-self-supervised-pretraining.md │ │ └── README.md │ ├── build-guide.md │ ├── ddd/ │ │ ├── README.md │ │ ├── chci-domain-model.md │ │ ├── deployment-platform-domain-model.md │ │ ├── hardware-platform-domain-model.md │ │ ├── ruvsense-domain-model.md │ │ ├── sensing-server-domain-model.md │ │ ├── signal-processing-domain-model.md │ │ ├── training-pipeline-domain-model.md │ │ └── wifi-mat-domain-model.md │ ├── edge-modules/ │ │ ├── README.md │ │ ├── adaptive-learning.md │ │ ├── ai-security.md │ │ ├── autonomous.md │ │ ├── building.md │ │ ├── core.md │ │ ├── esp32_boot_log.txt │ │ ├── exotic.md │ │ ├── industrial.md │ │ ├── medical.md │ │ ├── retail.md │ │ ├── security.md │ │ ├── signal-intelligence.md │ │ └── spatial-temporal.md │ ├── huggingface/ │ │ └── MODEL_CARD.md │ ├── research/ │ │ ├── architecture/ │ │ │ ├── implementation-plan.md │ │ │ └── ruvsense-multistatic-fidelity-architecture.md │ │ ├── arena-physica/ │ │ │ ├── arena-physica-analysis.md │ │ │ ├── arena-physica-studio-analysis.md │ │ │ ├── arxiv-2505-15472-analysis.md │ │ │ └── maxwells-equations-wifi-sensing.md │ │ ├── neural-decoding/ │ │ │ ├── 21-sota-neural-decoding-landscape.md │ │ │ └── 22-brain-observatory-application-domains.md │ │ ├── quantum-sensing/ │ │ │ ├── 11-quantum-level-sensors.md │ │ │ ├── 12-quantum-biomedical-sensing.md │ │ │ └── 13-nv-diamond-neural-magnetometry.md │ │ ├── rf-topological-sensing/ │ │ │ ├── 00-rf-topological-sensing-index.md │ │ │ ├── 01-rf-graph-theory-foundations.md │ │ │ ├── 02-csi-edge-weight-computation.md │ │ │ ├── 03-attention-mechanisms-rf-sensing.md │ │ │ ├── 04-transformer-architectures-graph-sensing.md │ │ │ ├── 05-sublinear-mincut-algorithms.md │ │ │ ├── 06-esp32-mesh-hardware-constraints.md │ │ │ ├── 07-contrastive-learning-rf-coherence.md │ │ │ ├── 08-temporal-graph-evolution-ruvector.md │ │ │ ├── 09-resolution-spatial-granularity.md │ │ │ └── 10-system-architecture-prototype.md │ │ └── sota-surveys/ │ │ ├── remote-vital-sign-sensing-modalities.md │ │ ├── ruview-multistatic-fidelity-sota-2026.md │ │ ├── sota-wifi-sensing-2025.md │ │ └── wifi-sensing-ruvector-sota-2026.md │ ├── security-audit-wasm-edge-vendor.md │ ├── tutorials/ │ │ └── cognitum-seed-pretraining.md │ ├── user-guide.md │ └── wifi-mat-user-guide.md ├── example.env ├── examples/ │ ├── README.md │ ├── environment/ │ │ └── room_monitor.py │ ├── happiness-vector/ │ │ ├── README.md │ │ ├── happiness_vector_schema.json │ │ ├── provision_swarm.sh │ │ └── seed_query.py │ ├── medical/ │ │ ├── README.md │ │ ├── bp_estimator.py │ │ └── vitals_suite.py │ ├── ruview_live.py │ ├── sleep/ │ │ └── apnea_screener.py │ └── stress/ │ └── hrv_stress_monitor.py ├── firmware/ │ ├── esp32-csi-node/ │ │ ├── .claude-flow/ │ │ │ └── daemon-state.json │ │ ├── CMakeLists.txt │ │ ├── README.md │ │ ├── build_firmware.ps1 │ │ ├── components/ │ │ │ └── wasm3/ │ │ │ └── CMakeLists.txt │ │ ├── main/ │ │ │ ├── CMakeLists.txt │ │ │ ├── Kconfig.projbuild │ │ │ ├── csi_collector.c │ │ │ ├── csi_collector.h │ │ │ ├── display_hal.c │ │ │ ├── display_hal.h │ │ │ ├── display_task.c │ │ │ ├── display_task.h │ │ │ ├── display_ui.c │ │ │ ├── display_ui.h │ │ │ ├── edge_processing.c │ │ │ ├── edge_processing.h │ │ │ ├── idf_component.yml │ │ │ ├── lv_conf.h │ │ │ ├── main.c │ │ │ ├── mmwave_sensor.c │ │ │ ├── mmwave_sensor.h │ │ │ ├── mock_csi.c │ │ │ ├── mock_csi.h │ │ │ ├── nvs_config.c │ │ │ ├── nvs_config.h │ │ │ ├── ota_update.c │ │ │ ├── ota_update.h │ │ │ ├── power_mgmt.c │ │ │ ├── power_mgmt.h │ │ │ ├── rvf_parser.c │ │ │ ├── rvf_parser.h │ │ │ ├── stream_sender.c │ │ │ ├── stream_sender.h │ │ │ ├── swarm_bridge.c │ │ │ ├── swarm_bridge.h │ │ │ ├── wasm_runtime.c │ │ │ ├── wasm_runtime.h │ │ │ ├── wasm_upload.c │ │ │ └── wasm_upload.h │ │ ├── partitions_4mb.csv │ │ ├── partitions_display.csv │ │ ├── provision.py │ │ ├── read_serial.ps1 │ │ ├── sdkconfig.coverage │ │ ├── sdkconfig.defaults.4mb │ │ ├── sdkconfig.defaults.8mb_backup │ │ ├── sdkconfig.defaults.template │ │ ├── sdkconfig.qemu │ │ └── test/ │ │ ├── Makefile │ │ ├── fuzz_csi_serialize.c │ │ ├── fuzz_edge_enqueue.c │ │ ├── fuzz_nvs_config.c │ │ └── stubs/ │ │ ├── esp_err.h │ │ ├── esp_log.h │ │ ├── esp_stubs.c │ │ ├── esp_stubs.h │ │ ├── esp_timer.h │ │ ├── esp_wifi.h │ │ ├── esp_wifi_types.h │ │ ├── freertos/ │ │ │ ├── FreeRTOS.h │ │ │ └── task.h │ │ ├── nvs.h │ │ ├── nvs_flash.h │ │ └── sdkconfig.h │ └── esp32-hello-world/ │ ├── CMakeLists.txt │ ├── main/ │ │ ├── CMakeLists.txt │ │ └── main.c │ ├── sdkconfig │ └── sdkconfig.defaults ├── install.sh ├── logging/ │ └── fluentd-config.yml ├── monitoring/ │ ├── alerting-rules.yml │ ├── grafana-dashboard.json │ └── prometheus-config.yml ├── plans/ │ ├── overview.md │ ├── phase1-specification/ │ │ ├── api-spec.md │ │ ├── functional-spec.md │ │ ├── system-requirements.md │ │ └── technical-spec.md │ ├── phase2-architecture/ │ │ ├── api-architecture.md │ │ ├── hardware-integration.md │ │ ├── neural-network-architecture.md │ │ └── system-architecture.md │ └── ui-pose-detection-rebuild.md ├── pyproject.toml ├── references/ │ ├── LICENSE │ ├── README.md │ ├── WiFi-DensePose-README.md │ ├── app.js │ ├── chart_script.py │ ├── index.html │ ├── script.py │ ├── script_1.py │ ├── script_2.py │ ├── script_3.py │ ├── script_4.py │ ├── script_5.py │ ├── script_6.py │ ├── script_7.py │ ├── script_8.py │ ├── style.css │ ├── wifi_densepose_pytorch.py │ └── wifi_densepose_results.csv ├── requirements.txt ├── rust-port/ │ └── wifi-densepose-rs/ │ ├── .claude-flow/ │ │ ├── .trend-cache.json │ │ ├── daemon-state.json │ │ └── metrics/ │ │ ├── codebase-map.json │ │ └── consolidation.json │ ├── Cargo.toml │ ├── crates/ │ │ ├── README.md │ │ ├── ruv-neural/ │ │ │ ├── .gitignore │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ ├── SECURITY_REVIEW.md │ │ │ ├── ruv-neural-cli/ │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ └── src/ │ │ │ │ ├── commands/ │ │ │ │ │ ├── analyze.rs │ │ │ │ │ ├── export.rs │ │ │ │ │ ├── info.rs │ │ │ │ │ ├── mincut.rs │ │ │ │ │ ├── mod.rs │ │ │ │ │ ├── pipeline.rs │ │ │ │ │ ├── simulate.rs │ │ │ │ │ └── witness.rs │ │ │ │ └── main.rs │ │ │ ├── ruv-neural-core/ │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ └── src/ │ │ │ │ ├── brain.rs │ │ │ │ ├── embedding.rs │ │ │ │ ├── error.rs │ │ │ │ ├── graph.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── rvf.rs │ │ │ │ ├── sensor.rs │ │ │ │ ├── signal.rs │ │ │ │ ├── topology.rs │ │ │ │ ├── traits.rs │ │ │ │ └── witness.rs │ │ │ ├── ruv-neural-decoder/ │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ └── src/ │ │ │ │ ├── clinical.rs │ │ │ │ ├── knn_decoder.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── pipeline.rs │ │ │ │ ├── threshold_decoder.rs │ │ │ │ └── transition_decoder.rs │ │ │ ├── ruv-neural-embed/ │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ └── src/ │ │ │ │ ├── combined.rs │ │ │ │ ├── distance.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── node2vec.rs │ │ │ │ ├── rvf_export.rs │ │ │ │ ├── spectral_embed.rs │ │ │ │ ├── temporal.rs │ │ │ │ └── topology_embed.rs │ │ │ ├── ruv-neural-esp32/ │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ └── src/ │ │ │ │ ├── adc.rs │ │ │ │ ├── aggregator.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── power.rs │ │ │ │ ├── preprocessing.rs │ │ │ │ ├── protocol.rs │ │ │ │ └── tdm.rs │ │ │ ├── ruv-neural-graph/ │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ └── src/ │ │ │ │ ├── atlas.rs │ │ │ │ ├── constructor.rs │ │ │ │ ├── dynamics.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── metrics.rs │ │ │ │ ├── petgraph_bridge.rs │ │ │ │ └── spectral.rs │ │ │ ├── ruv-neural-memory/ │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ ├── benches/ │ │ │ │ │ └── benchmarks.rs │ │ │ │ └── src/ │ │ │ │ ├── hnsw.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── longitudinal.rs │ │ │ │ ├── persistence.rs │ │ │ │ ├── session.rs │ │ │ │ └── store.rs │ │ │ ├── ruv-neural-mincut/ │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ ├── benches/ │ │ │ │ │ └── benchmarks.rs │ │ │ │ └── src/ │ │ │ │ ├── benchmark.rs │ │ │ │ ├── coherence.rs │ │ │ │ ├── dynamic.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── multiway.rs │ │ │ │ ├── normalized.rs │ │ │ │ ├── spectral_cut.rs │ │ │ │ └── stoer_wagner.rs │ │ │ ├── ruv-neural-sensor/ │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ └── src/ │ │ │ │ ├── calibration.rs │ │ │ │ ├── eeg.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── nv_diamond.rs │ │ │ │ ├── opm.rs │ │ │ │ ├── quality.rs │ │ │ │ └── simulator.rs │ │ │ ├── ruv-neural-signal/ │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ ├── benches/ │ │ │ │ │ └── benchmarks.rs │ │ │ │ └── src/ │ │ │ │ ├── artifact.rs │ │ │ │ ├── connectivity.rs │ │ │ │ ├── filter.rs │ │ │ │ ├── hilbert.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── preprocessing.rs │ │ │ │ └── spectral.rs │ │ │ ├── ruv-neural-viz/ │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ └── src/ │ │ │ │ ├── animation.rs │ │ │ │ ├── ascii.rs │ │ │ │ ├── colormap.rs │ │ │ │ ├── export.rs │ │ │ │ ├── layout.rs │ │ │ │ └── lib.rs │ │ │ ├── ruv-neural-wasm/ │ │ │ │ ├── Cargo.toml │ │ │ │ ├── README.md │ │ │ │ └── src/ │ │ │ │ ├── graph_wasm.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── streaming.rs │ │ │ │ └── viz_data.rs │ │ │ └── tests/ │ │ │ └── integration.rs │ │ ├── wifi-densepose-api/ │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ └── src/ │ │ │ └── lib.rs │ │ ├── wifi-densepose-cli/ │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ └── src/ │ │ │ ├── lib.rs │ │ │ ├── main.rs │ │ │ └── mat.rs │ │ ├── wifi-densepose-config/ │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ └── src/ │ │ │ └── lib.rs │ │ ├── wifi-densepose-core/ │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ └── src/ │ │ │ ├── error.rs │ │ │ ├── lib.rs │ │ │ ├── traits.rs │ │ │ ├── types.rs │ │ │ └── utils.rs │ │ ├── wifi-densepose-db/ │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ └── src/ │ │ │ └── lib.rs │ │ ├── wifi-densepose-desktop/ │ │ │ ├── .claude-flow/ │ │ │ │ └── daemon-state.json │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ ├── build.rs │ │ │ ├── capabilities/ │ │ │ │ └── default.json │ │ │ ├── gen/ │ │ │ │ └── schemas/ │ │ │ │ ├── acl-manifests.json │ │ │ │ ├── capabilities.json │ │ │ │ ├── desktop-schema.json │ │ │ │ ├── macOS-schema.json │ │ │ │ └── windows-schema.json │ │ │ ├── icons/ │ │ │ │ └── icon.icns │ │ │ ├── src/ │ │ │ │ ├── commands/ │ │ │ │ │ ├── discovery.rs │ │ │ │ │ ├── flash.rs │ │ │ │ │ ├── mod.rs │ │ │ │ │ ├── ota.rs │ │ │ │ │ ├── provision.rs │ │ │ │ │ ├── server.rs │ │ │ │ │ ├── settings.rs │ │ │ │ │ └── wasm.rs │ │ │ │ ├── domain/ │ │ │ │ │ ├── config.rs │ │ │ │ │ ├── firmware.rs │ │ │ │ │ ├── mod.rs │ │ │ │ │ └── node.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── main.rs │ │ │ │ └── state.rs │ │ │ ├── tauri.conf.json │ │ │ ├── tests/ │ │ │ │ └── api_integration.rs │ │ │ └── ui/ │ │ │ ├── .claude-flow/ │ │ │ │ └── daemon-state.json │ │ │ ├── .vite/ │ │ │ │ └── deps/ │ │ │ │ ├── @tauri-apps_api_core.js │ │ │ │ ├── @tauri-apps_api_event.js │ │ │ │ ├── @tauri-apps_plugin-dialog.js │ │ │ │ ├── _metadata.json │ │ │ │ ├── chunk-BUSYA2B4.js │ │ │ │ ├── chunk-JCH2SJW3.js │ │ │ │ ├── chunk-YQTFE5VL.js │ │ │ │ ├── package.json │ │ │ │ ├── react-dom_client.js │ │ │ │ ├── react.js │ │ │ │ └── react_jsx-dev-runtime.js │ │ │ ├── index.html │ │ │ ├── package.json │ │ │ ├── src/ │ │ │ │ ├── App.tsx │ │ │ │ ├── components/ │ │ │ │ │ ├── NodeCard.tsx │ │ │ │ │ ├── Sidebar.tsx │ │ │ │ │ └── StatusBadge.tsx │ │ │ │ ├── design-system.css │ │ │ │ ├── hooks/ │ │ │ │ │ ├── useNodes.ts │ │ │ │ │ └── useServer.ts │ │ │ │ ├── main.tsx │ │ │ │ ├── pages/ │ │ │ │ │ ├── Dashboard.tsx │ │ │ │ │ ├── EdgeModules.tsx │ │ │ │ │ ├── FlashFirmware.tsx │ │ │ │ │ ├── MeshView.tsx │ │ │ │ │ ├── NetworkDiscovery.tsx │ │ │ │ │ ├── Nodes.tsx │ │ │ │ │ ├── OtaUpdate.tsx │ │ │ │ │ ├── Sensing.tsx │ │ │ │ │ └── Settings.tsx │ │ │ │ ├── types.ts │ │ │ │ └── version.ts │ │ │ ├── tsconfig.json │ │ │ └── vite.config.ts │ │ ├── wifi-densepose-hardware/ │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ ├── benches/ │ │ │ │ └── transport_bench.rs │ │ │ └── src/ │ │ │ ├── aggregator/ │ │ │ │ └── mod.rs │ │ │ ├── bin/ │ │ │ │ └── aggregator.rs │ │ │ ├── bridge.rs │ │ │ ├── csi_frame.rs │ │ │ ├── error.rs │ │ │ ├── esp32/ │ │ │ │ ├── mod.rs │ │ │ │ ├── quic_transport.rs │ │ │ │ ├── secure_tdm.rs │ │ │ │ └── tdm.rs │ │ │ ├── esp32_parser.rs │ │ │ └── lib.rs │ │ ├── wifi-densepose-mat/ │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ ├── benches/ │ │ │ │ └── detection_bench.rs │ │ │ ├── src/ │ │ │ │ ├── alerting/ │ │ │ │ │ ├── dispatcher.rs │ │ │ │ │ ├── generator.rs │ │ │ │ │ ├── mod.rs │ │ │ │ │ └── triage_service.rs │ │ │ │ ├── api/ │ │ │ │ │ ├── dto.rs │ │ │ │ │ ├── error.rs │ │ │ │ │ ├── handlers.rs │ │ │ │ │ ├── mod.rs │ │ │ │ │ ├── state.rs │ │ │ │ │ └── websocket.rs │ │ │ │ ├── detection/ │ │ │ │ │ ├── breathing.rs │ │ │ │ │ ├── ensemble.rs │ │ │ │ │ ├── heartbeat.rs │ │ │ │ │ ├── mod.rs │ │ │ │ │ ├── movement.rs │ │ │ │ │ └── pipeline.rs │ │ │ │ ├── domain/ │ │ │ │ │ ├── alert.rs │ │ │ │ │ ├── coordinates.rs │ │ │ │ │ ├── disaster_event.rs │ │ │ │ │ ├── events.rs │ │ │ │ │ ├── mod.rs │ │ │ │ │ ├── scan_zone.rs │ │ │ │ │ ├── survivor.rs │ │ │ │ │ ├── triage.rs │ │ │ │ │ └── vital_signs.rs │ │ │ │ ├── integration/ │ │ │ │ │ ├── csi_receiver.rs │ │ │ │ │ ├── hardware_adapter.rs │ │ │ │ │ ├── mod.rs │ │ │ │ │ ├── neural_adapter.rs │ │ │ │ │ └── signal_adapter.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── localization/ │ │ │ │ │ ├── depth.rs │ │ │ │ │ ├── fusion.rs │ │ │ │ │ ├── mod.rs │ │ │ │ │ └── triangulation.rs │ │ │ │ ├── ml/ │ │ │ │ │ ├── debris_model.rs │ │ │ │ │ ├── mod.rs │ │ │ │ │ └── vital_signs_classifier.rs │ │ │ │ └── tracking/ │ │ │ │ ├── fingerprint.rs │ │ │ │ ├── kalman.rs │ │ │ │ ├── lifecycle.rs │ │ │ │ ├── mod.rs │ │ │ │ └── tracker.rs │ │ │ └── tests/ │ │ │ └── integration_adr001.rs │ │ ├── wifi-densepose-nn/ │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ ├── benches/ │ │ │ │ └── inference_bench.rs │ │ │ └── src/ │ │ │ ├── densepose.rs │ │ │ ├── error.rs │ │ │ ├── inference.rs │ │ │ ├── lib.rs │ │ │ ├── onnx.rs │ │ │ ├── tensor.rs │ │ │ └── translator.rs │ │ ├── wifi-densepose-ruvector/ │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ ├── benches/ │ │ │ │ └── crv_bench.rs │ │ │ └── src/ │ │ │ ├── crv/ │ │ │ │ └── mod.rs │ │ │ ├── lib.rs │ │ │ ├── mat/ │ │ │ │ ├── breathing.rs │ │ │ │ ├── heartbeat.rs │ │ │ │ ├── mod.rs │ │ │ │ └── triangulation.rs │ │ │ ├── signal/ │ │ │ │ ├── bvp.rs │ │ │ │ ├── fresnel.rs │ │ │ │ ├── mod.rs │ │ │ │ ├── spectrogram.rs │ │ │ │ └── subcarrier.rs │ │ │ └── viewpoint/ │ │ │ ├── attention.rs │ │ │ ├── coherence.rs │ │ │ ├── fusion.rs │ │ │ ├── geometry.rs │ │ │ └── mod.rs │ │ ├── wifi-densepose-sensing-server/ │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ ├── src/ │ │ │ │ ├── adaptive_classifier.rs │ │ │ │ ├── dataset.rs │ │ │ │ ├── embedding.rs │ │ │ │ ├── graph_transformer.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── main.rs │ │ │ │ ├── model_manager.rs │ │ │ │ ├── recording.rs │ │ │ │ ├── rvf_container.rs │ │ │ │ ├── rvf_pipeline.rs │ │ │ │ ├── sona.rs │ │ │ │ ├── sparse_inference.rs │ │ │ │ ├── trainer.rs │ │ │ │ ├── training_api.rs │ │ │ │ └── vital_signs.rs │ │ │ └── tests/ │ │ │ ├── multi_node_test.rs │ │ │ ├── rvf_container_test.rs │ │ │ └── vital_signs_test.rs │ │ ├── wifi-densepose-signal/ │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ ├── benches/ │ │ │ │ └── signal_bench.rs │ │ │ ├── src/ │ │ │ │ ├── bvp.rs │ │ │ │ ├── csi_processor.rs │ │ │ │ ├── csi_ratio.rs │ │ │ │ ├── features.rs │ │ │ │ ├── fresnel.rs │ │ │ │ ├── hampel.rs │ │ │ │ ├── hardware_norm.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── motion.rs │ │ │ │ ├── phase_sanitizer.rs │ │ │ │ ├── ruvsense/ │ │ │ │ │ ├── adversarial.rs │ │ │ │ │ ├── attractor_drift.rs │ │ │ │ │ ├── coherence.rs │ │ │ │ │ ├── coherence_gate.rs │ │ │ │ │ ├── cross_room.rs │ │ │ │ │ ├── field_model.rs │ │ │ │ │ ├── gesture.rs │ │ │ │ │ ├── intention.rs │ │ │ │ │ ├── longitudinal.rs │ │ │ │ │ ├── mod.rs │ │ │ │ │ ├── multiband.rs │ │ │ │ │ ├── multistatic.rs │ │ │ │ │ ├── phase_align.rs │ │ │ │ │ ├── pose_tracker.rs │ │ │ │ │ ├── temporal_gesture.rs │ │ │ │ │ └── tomography.rs │ │ │ │ ├── spectrogram.rs │ │ │ │ └── subcarrier_selection.rs │ │ │ └── tests/ │ │ │ └── validation_test.rs │ │ ├── wifi-densepose-train/ │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ ├── benches/ │ │ │ │ └── training_bench.rs │ │ │ ├── src/ │ │ │ │ ├── bin/ │ │ │ │ │ ├── train.rs │ │ │ │ │ └── verify_training.rs │ │ │ │ ├── config.rs │ │ │ │ ├── dataset.rs │ │ │ │ ├── domain.rs │ │ │ │ ├── error.rs │ │ │ │ ├── eval.rs │ │ │ │ ├── geometry.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── losses.rs │ │ │ │ ├── metrics.rs │ │ │ │ ├── model.rs │ │ │ │ ├── proof.rs │ │ │ │ ├── rapid_adapt.rs │ │ │ │ ├── ruview_metrics.rs │ │ │ │ ├── subcarrier.rs │ │ │ │ ├── trainer.rs │ │ │ │ └── virtual_aug.rs │ │ │ └── tests/ │ │ │ ├── test_config.rs │ │ │ ├── test_dataset.rs │ │ │ ├── test_losses.rs │ │ │ ├── test_metrics.rs │ │ │ ├── test_proof.rs │ │ │ └── test_subcarrier.rs │ │ ├── wifi-densepose-vitals/ │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ └── src/ │ │ │ ├── anomaly.rs │ │ │ ├── breathing.rs │ │ │ ├── heartrate.rs │ │ │ ├── lib.rs │ │ │ ├── preprocessor.rs │ │ │ ├── store.rs │ │ │ └── types.rs │ │ ├── wifi-densepose-wasm/ │ │ │ ├── Cargo.toml │ │ │ ├── README.md │ │ │ └── src/ │ │ │ ├── lib.rs │ │ │ └── mat.rs │ │ ├── wifi-densepose-wasm-edge/ │ │ │ ├── .cargo/ │ │ │ │ └── config.toml │ │ │ ├── .claude-flow/ │ │ │ │ └── .trend-cache.json │ │ │ ├── Cargo.toml │ │ │ ├── src/ │ │ │ │ ├── adversarial.rs │ │ │ │ ├── ais_behavioral_profiler.rs │ │ │ │ ├── ais_prompt_shield.rs │ │ │ │ ├── aut_psycho_symbolic.rs │ │ │ │ ├── aut_self_healing_mesh.rs │ │ │ │ ├── bin/ │ │ │ │ │ └── ghost_hunter.rs │ │ │ │ ├── bld_elevator_count.rs │ │ │ │ ├── bld_energy_audit.rs │ │ │ │ ├── bld_hvac_presence.rs │ │ │ │ ├── bld_lighting_zones.rs │ │ │ │ ├── bld_meeting_room.rs │ │ │ │ ├── coherence.rs │ │ │ │ ├── exo_breathing_sync.rs │ │ │ │ ├── exo_dream_stage.rs │ │ │ │ ├── exo_emotion_detect.rs │ │ │ │ ├── exo_gesture_language.rs │ │ │ │ ├── exo_ghost_hunter.rs │ │ │ │ ├── exo_happiness_score.rs │ │ │ │ ├── exo_hyperbolic_space.rs │ │ │ │ ├── exo_music_conductor.rs │ │ │ │ ├── exo_plant_growth.rs │ │ │ │ ├── exo_rain_detect.rs │ │ │ │ ├── exo_time_crystal.rs │ │ │ │ ├── gesture.rs │ │ │ │ ├── ind_clean_room.rs │ │ │ │ ├── ind_confined_space.rs │ │ │ │ ├── ind_forklift_proximity.rs │ │ │ │ ├── ind_livestock_monitor.rs │ │ │ │ ├── ind_structural_vibration.rs │ │ │ │ ├── intrusion.rs │ │ │ │ ├── lib.rs │ │ │ │ ├── lrn_anomaly_attractor.rs │ │ │ │ ├── lrn_dtw_gesture_learn.rs │ │ │ │ ├── lrn_ewc_lifelong.rs │ │ │ │ ├── lrn_meta_adapt.rs │ │ │ │ ├── med_cardiac_arrhythmia.rs │ │ │ │ ├── med_gait_analysis.rs │ │ │ │ ├── med_respiratory_distress.rs │ │ │ │ ├── med_seizure_detect.rs │ │ │ │ ├── med_sleep_apnea.rs │ │ │ │ ├── occupancy.rs │ │ │ │ ├── qnt_interference_search.rs │ │ │ │ ├── qnt_quantum_coherence.rs │ │ │ │ ├── ret_customer_flow.rs │ │ │ │ ├── ret_dwell_heatmap.rs │ │ │ │ ├── ret_queue_length.rs │ │ │ │ ├── ret_shelf_engagement.rs │ │ │ │ ├── ret_table_turnover.rs │ │ │ │ ├── rvf.rs │ │ │ │ ├── sec_loitering.rs │ │ │ │ ├── sec_panic_motion.rs │ │ │ │ ├── sec_perimeter_breach.rs │ │ │ │ ├── sec_tailgating.rs │ │ │ │ ├── sec_weapon_detect.rs │ │ │ │ ├── sig_coherence_gate.rs │ │ │ │ ├── sig_flash_attention.rs │ │ │ │ ├── sig_mincut_person_match.rs │ │ │ │ ├── sig_optimal_transport.rs │ │ │ │ ├── sig_sparse_recovery.rs │ │ │ │ ├── sig_temporal_compress.rs │ │ │ │ ├── spt_micro_hnsw.rs │ │ │ │ ├── spt_pagerank_influence.rs │ │ │ │ ├── spt_spiking_tracker.rs │ │ │ │ ├── tmp_goap_autonomy.rs │ │ │ │ ├── tmp_pattern_sequence.rs │ │ │ │ ├── tmp_temporal_logic_guard.rs │ │ │ │ ├── vendor_common.rs │ │ │ │ └── vital_trend.rs │ │ │ └── tests/ │ │ │ ├── budget_compliance.rs │ │ │ ├── vendor_modules_bench.rs │ │ │ └── vendor_modules_test.rs │ │ └── wifi-densepose-wifiscan/ │ │ ├── Cargo.toml │ │ ├── README.md │ │ └── src/ │ │ ├── adapter/ │ │ │ ├── linux_scanner.rs │ │ │ ├── macos_scanner.rs │ │ │ ├── mod.rs │ │ │ ├── netsh_scanner.rs │ │ │ └── wlanapi_scanner.rs │ │ ├── domain/ │ │ │ ├── bssid.rs │ │ │ ├── frame.rs │ │ │ ├── mod.rs │ │ │ ├── registry.rs │ │ │ └── result.rs │ │ ├── error.rs │ │ ├── lib.rs │ │ ├── pipeline/ │ │ │ ├── attention_weighter.rs │ │ │ ├── breathing_extractor.rs │ │ │ ├── correlator.rs │ │ │ ├── fingerprint_matcher.rs │ │ │ ├── mod.rs │ │ │ ├── motion_estimator.rs │ │ │ ├── orchestrator.rs │ │ │ ├── predictive_gate.rs │ │ │ └── quality_gate.rs │ │ └── port/ │ │ ├── mod.rs │ │ └── scan_port.rs │ ├── data/ │ │ ├── adaptive_model.json │ │ └── models/ │ │ ├── trained-pretrain-20260302_173607.rvf │ │ └── trained-supervised-20260302_165735.rvf │ ├── docs/ │ │ ├── adr/ │ │ │ ├── ADR-001-workspace-structure.md │ │ │ ├── ADR-002-signal-processing.md │ │ │ └── ADR-003-neural-network-inference.md │ │ └── ddd/ │ │ ├── README.md │ │ ├── aggregates.md │ │ ├── bounded-contexts.md │ │ ├── domain-events.md │ │ ├── domain-model.md │ │ └── ubiquitous-language.md │ ├── examples/ │ │ └── mat-dashboard.html │ └── patches/ │ └── ruvector-crv/ │ ├── Cargo.toml │ ├── Cargo.toml.orig │ ├── README.md │ └── src/ │ ├── error.rs │ ├── lib.rs │ ├── session.rs │ ├── stage_i.rs │ ├── stage_ii.rs │ ├── stage_iii.rs │ ├── stage_iv.rs │ ├── stage_v.rs │ ├── stage_vi.rs │ └── types.rs ├── scripts/ │ ├── benchmark-model.py │ ├── check_health.py │ ├── collect-training-data.py │ ├── esp32_wasm_test.py │ ├── gcloud-train.sh │ ├── generate-witness-bundle.sh │ ├── generate_nvs_matrix.py │ ├── inject_fault.py │ ├── install-qemu.sh │ ├── mmwave_fusion_bridge.py │ ├── provision.py │ ├── publish-huggingface.py │ ├── publish-huggingface.sh │ ├── qemu-chaos-test.sh │ ├── qemu-cli.sh │ ├── qemu-esp32s3-test.sh │ ├── qemu-mesh-test.sh │ ├── qemu-snapshot-test.sh │ ├── qemu_swarm.py │ ├── release-v0.5.4.sh │ ├── seed_csi_bridge.py │ ├── swarm_health.py │ ├── swarm_presets/ │ │ ├── ci_matrix.yaml │ │ ├── heterogeneous.yaml │ │ ├── large_mesh.yaml │ │ ├── line_relay.yaml │ │ ├── ring_fault.yaml │ │ ├── smoke.yaml │ │ └── standard.yaml │ ├── training-config-sweep.json │ ├── validate_mesh_test.py │ └── validate_qemu_output.py ├── ui/ │ ├── README.md │ ├── TEST_REPORT.md │ ├── app.js │ ├── components/ │ │ ├── DashboardTab.js │ │ ├── HardwareTab.js │ │ ├── LiveDemoTab.js │ │ ├── ModelPanel.js │ │ ├── PoseDetectionCanvas.js │ │ ├── SensingTab.js │ │ ├── SettingsPanel.js │ │ ├── TabManager.js │ │ ├── TrainingPanel.js │ │ ├── body-model.js │ │ ├── dashboard-hud.js │ │ ├── environment.js │ │ ├── gaussian-splats.js │ │ ├── scene.js │ │ └── signal-viz.js │ ├── config/ │ │ └── api.config.js │ ├── index.html │ ├── mobile/ │ │ ├── .eslintrc.js │ │ ├── .gitignore │ │ ├── .prettierrc │ │ ├── App.tsx │ │ ├── README.md │ │ ├── app.config.ts │ │ ├── app.json │ │ ├── babel.config.js │ │ ├── e2e/ │ │ │ ├── .maestro/ │ │ │ │ └── config.yaml │ │ │ ├── live_screen.yaml │ │ │ ├── mat_screen.yaml │ │ │ ├── offline_fallback.yaml │ │ │ ├── settings_screen.yaml │ │ │ ├── vitals_screen.yaml │ │ │ └── zones_screen.yaml │ │ ├── eas.json │ │ ├── index.ts │ │ ├── jest.config.js │ │ ├── jest.setup.pre.js │ │ ├── jest.setup.ts │ │ ├── metro.config.js │ │ ├── package.json │ │ ├── src/ │ │ │ ├── __tests__/ │ │ │ │ ├── __mocks__/ │ │ │ │ │ ├── getBundleUrl.js │ │ │ │ │ └── importMetaRegistry.js │ │ │ │ ├── components/ │ │ │ │ │ ├── ConnectionBanner.test.tsx │ │ │ │ │ ├── GaugeArc.test.tsx │ │ │ │ │ ├── HudOverlay.test.tsx │ │ │ │ │ ├── OccupancyGrid.test.tsx │ │ │ │ │ ├── SignalBar.test.tsx │ │ │ │ │ ├── SparklineChart.test.tsx │ │ │ │ │ └── StatusDot.test.tsx │ │ │ │ ├── hooks/ │ │ │ │ │ ├── usePoseStream.test.ts │ │ │ │ │ ├── useRssiScanner.test.ts │ │ │ │ │ └── useServerReachability.test.ts │ │ │ │ ├── screens/ │ │ │ │ │ ├── LiveScreen.test.tsx │ │ │ │ │ ├── MATScreen.test.tsx │ │ │ │ │ ├── SettingsScreen.test.tsx │ │ │ │ │ ├── VitalsScreen.test.tsx │ │ │ │ │ └── ZonesScreen.test.tsx │ │ │ │ ├── services/ │ │ │ │ │ ├── api.service.test.ts │ │ │ │ │ ├── rssi.service.test.ts │ │ │ │ │ ├── simulation.service.test.ts │ │ │ │ │ └── ws.service.test.ts │ │ │ │ ├── stores/ │ │ │ │ │ ├── matStore.test.ts │ │ │ │ │ ├── poseStore.test.ts │ │ │ │ │ └── settingsStore.test.ts │ │ │ │ ├── test-utils.tsx │ │ │ │ └── utils/ │ │ │ │ ├── colorMap.test.ts │ │ │ │ ├── ringBuffer.test.ts │ │ │ │ └── urlValidator.test.ts │ │ │ ├── assets/ │ │ │ │ └── webview/ │ │ │ │ ├── gaussian-splats.html │ │ │ │ └── mat-dashboard.html │ │ │ ├── components/ │ │ │ │ ├── ConnectionBanner.tsx │ │ │ │ ├── ErrorBoundary.tsx │ │ │ │ ├── GaugeArc.tsx │ │ │ │ ├── HudOverlay.tsx │ │ │ │ ├── LoadingSpinner.tsx │ │ │ │ ├── ModeBadge.tsx │ │ │ │ ├── OccupancyGrid.tsx │ │ │ │ ├── SignalBar.tsx │ │ │ │ ├── SparklineChart.tsx │ │ │ │ ├── StatusDot.tsx │ │ │ │ ├── ThemedText.tsx │ │ │ │ └── ThemedView.tsx │ │ │ ├── constants/ │ │ │ │ ├── api.ts │ │ │ │ ├── simulation.ts │ │ │ │ └── websocket.ts │ │ │ ├── hooks/ │ │ │ │ ├── usePoseStream.ts │ │ │ │ ├── useRssiScanner.ts │ │ │ │ ├── useServerReachability.ts │ │ │ │ ├── useTheme.ts │ │ │ │ └── useWebViewBridge.ts │ │ │ ├── navigation/ │ │ │ │ ├── MainTabs.tsx │ │ │ │ ├── RootNavigator.tsx │ │ │ │ └── types.ts │ │ │ ├── screens/ │ │ │ │ ├── LiveScreen/ │ │ │ │ │ ├── GaussianSplatWebView.tsx │ │ │ │ │ ├── GaussianSplatWebView.web.tsx │ │ │ │ │ ├── LiveHUD.tsx │ │ │ │ │ ├── index.tsx │ │ │ │ │ └── useGaussianBridge.ts │ │ │ │ ├── MATScreen/ │ │ │ │ │ ├── AlertCard.tsx │ │ │ │ │ ├── AlertList.tsx │ │ │ │ │ ├── MatWebView.tsx │ │ │ │ │ ├── SurvivorCounter.tsx │ │ │ │ │ ├── index.tsx │ │ │ │ │ └── useMatBridge.ts │ │ │ │ ├── SettingsScreen/ │ │ │ │ │ ├── RssiToggle.tsx │ │ │ │ │ ├── ServerUrlInput.tsx │ │ │ │ │ ├── ThemePicker.tsx │ │ │ │ │ └── index.tsx │ │ │ │ ├── VitalsScreen/ │ │ │ │ │ ├── BreathingGauge.tsx │ │ │ │ │ ├── HeartRateGauge.tsx │ │ │ │ │ ├── MetricCard.tsx │ │ │ │ │ └── index.tsx │ │ │ │ └── ZonesScreen/ │ │ │ │ ├── FloorPlanSvg.tsx │ │ │ │ ├── ZoneLegend.tsx │ │ │ │ ├── index.tsx │ │ │ │ └── useOccupancyGrid.ts │ │ │ ├── services/ │ │ │ │ ├── api.service.ts │ │ │ │ ├── rssi.service.android.ts │ │ │ │ ├── rssi.service.ios.ts │ │ │ │ ├── rssi.service.ts │ │ │ │ ├── rssi.service.web.ts │ │ │ │ ├── simulation.service.ts │ │ │ │ └── ws.service.ts │ │ │ ├── stores/ │ │ │ │ ├── matStore.ts │ │ │ │ ├── poseStore.ts │ │ │ │ └── settingsStore.ts │ │ │ ├── theme/ │ │ │ │ ├── ThemeContext.tsx │ │ │ │ ├── colors.ts │ │ │ │ ├── index.ts │ │ │ │ ├── spacing.ts │ │ │ │ └── typography.ts │ │ │ ├── types/ │ │ │ │ ├── api.ts │ │ │ │ ├── html.d.ts │ │ │ │ ├── mat.ts │ │ │ │ ├── navigation.ts │ │ │ │ ├── react-native-wifi-reborn.d.ts │ │ │ │ └── sensing.ts │ │ │ └── utils/ │ │ │ ├── colorMap.ts │ │ │ ├── formatters.ts │ │ │ ├── ringBuffer.ts │ │ │ └── urlValidator.ts │ │ └── tsconfig.json │ ├── observatory/ │ │ ├── css/ │ │ │ └── observatory.css │ │ └── js/ │ │ ├── convergence-engine.js │ │ ├── demo-data.js │ │ ├── figure-pool.js │ │ ├── holographic-panel.js │ │ ├── hud-controller.js │ │ ├── main.js │ │ ├── nebula-background.js │ │ ├── phase-constellation.js │ │ ├── pose-system.js │ │ ├── post-processing.js │ │ ├── presence-cartography.js │ │ ├── scenario-props.js │ │ ├── subcarrier-manifold.js │ │ └── vitals-oracle.js │ ├── observatory.html │ ├── pose-fusion/ │ │ ├── build.sh │ │ ├── css/ │ │ │ └── style.css │ │ ├── js/ │ │ │ ├── canvas-renderer.js │ │ │ ├── cnn-embedder.js │ │ │ ├── csi-simulator.js │ │ │ ├── fusion-engine.js │ │ │ ├── main.js │ │ │ ├── pose-decoder.js │ │ │ └── video-capture.js │ │ └── pkg/ │ │ ├── ruvector-attention/ │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── package.json │ │ │ ├── ruvector_attention_browser.js │ │ │ ├── ruvector_attention_wasm.d.ts │ │ │ ├── ruvector_attention_wasm.js │ │ │ ├── ruvector_attention_wasm_bg.wasm │ │ │ └── ruvector_attention_wasm_bg.wasm.d.ts │ │ └── ruvector_cnn_wasm/ │ │ ├── package.json │ │ ├── ruvector_cnn_wasm.js │ │ └── ruvector_cnn_wasm_bg.wasm │ ├── pose-fusion.html │ ├── services/ │ │ ├── api.service.js │ │ ├── data-processor.js │ │ ├── health.service.js │ │ ├── model.service.js │ │ ├── pose.service.js │ │ ├── sensing.service.js │ │ ├── stream.service.js │ │ ├── training.service.js │ │ ├── websocket-client.js │ │ └── websocket.service.js │ ├── start-ui.sh │ ├── style.css │ ├── tests/ │ │ ├── integration-test.html │ │ ├── test-runner.html │ │ └── test-runner.js │ ├── utils/ │ │ ├── backend-detector.js │ │ ├── mock-server.js │ │ └── pose-renderer.js │ └── viz.html ├── v1/ │ ├── README.md │ ├── __init__.py │ ├── data/ │ │ └── proof/ │ │ ├── expected_features.sha256 │ │ ├── generate_reference_signal.py │ │ ├── sample_csi_data.json │ │ ├── sample_csi_meta.json │ │ └── verify.py │ ├── docs/ │ │ ├── api/ │ │ │ ├── rest-endpoints.md │ │ │ └── websocket-api.md │ │ ├── api-endpoints-summary.md │ │ ├── api-test-results.md │ │ ├── api_reference.md │ │ ├── deployment/ │ │ │ └── README.md │ │ ├── deployment.md │ │ ├── developer/ │ │ │ ├── architecture-overview.md │ │ │ ├── contributing.md │ │ │ ├── deployment-guide.md │ │ │ └── testing-guide.md │ │ ├── implementation-plan.md │ │ ├── integration/ │ │ │ └── README.md │ │ ├── review/ │ │ │ ├── comprehensive-system-review.md │ │ │ ├── database-operations-findings.md │ │ │ ├── hardware-integration-review.md │ │ │ └── readme.md │ │ ├── security-features.md │ │ ├── troubleshooting.md │ │ ├── user-guide/ │ │ │ ├── api-reference.md │ │ │ ├── configuration.md │ │ │ ├── getting-started.md │ │ │ └── troubleshooting.md │ │ └── user_guide.md │ ├── requirements-lock.txt │ ├── scripts/ │ │ ├── api_test_results_20250607_122720.json │ │ ├── api_test_results_20250607_122856.json │ │ ├── api_test_results_20250607_123111.json │ │ ├── api_test_results_20250609_161617.json │ │ ├── api_test_results_20250609_162928.json │ │ ├── test_api_endpoints.py │ │ ├── test_monitoring.py │ │ ├── test_websocket_streaming.py │ │ ├── validate-deployment.sh │ │ └── validate-integration.sh │ ├── setup.py │ ├── src/ │ │ ├── __init__.py │ │ ├── api/ │ │ │ ├── __init__.py │ │ │ ├── dependencies.py │ │ │ ├── main.py │ │ │ ├── middleware/ │ │ │ │ ├── __init__.py │ │ │ │ ├── auth.py │ │ │ │ └── rate_limit.py │ │ │ ├── routers/ │ │ │ │ ├── __init__.py │ │ │ │ ├── health.py │ │ │ │ ├── pose.py │ │ │ │ └── stream.py │ │ │ └── websocket/ │ │ │ ├── __init__.py │ │ │ ├── connection_manager.py │ │ │ └── pose_stream.py │ │ ├── app.py │ │ ├── cli.py │ │ ├── commands/ │ │ │ ├── start.py │ │ │ ├── status.py │ │ │ └── stop.py │ │ ├── config/ │ │ │ ├── __init__.py │ │ │ ├── domains.py │ │ │ └── settings.py │ │ ├── config.py │ │ ├── core/ │ │ │ ├── __init__.py │ │ │ ├── csi_processor.py │ │ │ ├── phase_sanitizer.py │ │ │ └── router_interface.py │ │ ├── database/ │ │ │ ├── connection.py │ │ │ ├── migrations/ │ │ │ │ ├── 001_initial.py │ │ │ │ ├── env.py │ │ │ │ └── script.py.mako │ │ │ ├── model_types.py │ │ │ └── models.py │ │ ├── hardware/ │ │ │ ├── __init__.py │ │ │ ├── csi_extractor.py │ │ │ └── router_interface.py │ │ ├── logger.py │ │ ├── main.py │ │ ├── middleware/ │ │ │ ├── auth.py │ │ │ ├── cors.py │ │ │ ├── error_handler.py │ │ │ └── rate_limit.py │ │ ├── models/ │ │ │ ├── __init__.py │ │ │ ├── densepose_head.py │ │ │ └── modality_translation.py │ │ ├── sensing/ │ │ │ ├── __init__.py │ │ │ ├── backend.py │ │ │ ├── classifier.py │ │ │ ├── feature_extractor.py │ │ │ ├── mac_wifi.swift │ │ │ ├── rssi_collector.py │ │ │ └── ws_server.py │ │ ├── services/ │ │ │ ├── __init__.py │ │ │ ├── hardware_service.py │ │ │ ├── health_check.py │ │ │ ├── metrics.py │ │ │ ├── orchestrator.py │ │ │ ├── pose_service.py │ │ │ └── stream_service.py │ │ ├── tasks/ │ │ │ ├── backup.py │ │ │ ├── cleanup.py │ │ │ └── monitoring.py │ │ └── testing/ │ │ ├── __init__.py │ │ ├── mock_csi_generator.py │ │ └── mock_pose_generator.py │ ├── test_application.py │ ├── test_auth_rate_limit.py │ └── tests/ │ ├── e2e/ │ │ └── test_healthcare_scenario.py │ ├── fixtures/ │ │ ├── api_client.py │ │ └── csi_data.py │ ├── integration/ │ │ ├── live_sense_monitor.py │ │ ├── test_api_endpoints.py │ │ ├── test_authentication.py │ │ ├── test_csi_pipeline.py │ │ ├── test_full_system_integration.py │ │ ├── test_hardware_integration.py │ │ ├── test_inference_pipeline.py │ │ ├── test_pose_pipeline.py │ │ ├── test_rate_limiting.py │ │ ├── test_streaming_pipeline.py │ │ ├── test_websocket_streaming.py │ │ └── test_windows_live_sensing.py │ ├── mocks/ │ │ └── hardware_mocks.py │ ├── performance/ │ │ ├── test_api_throughput.py │ │ └── test_inference_speed.py │ └── unit/ │ ├── test_csi_extractor.py │ ├── test_csi_extractor_direct.py │ ├── test_csi_extractor_tdd.py │ ├── test_csi_extractor_tdd_complete.py │ ├── test_csi_processor.py │ ├── test_csi_processor_tdd.py │ ├── test_csi_standalone.py │ ├── test_densepose_head.py │ ├── test_esp32_binary_parser.py │ ├── test_modality_translation.py │ ├── test_phase_sanitizer.py │ ├── test_phase_sanitizer_tdd.py │ ├── test_router_interface.py │ ├── test_router_interface_tdd.py │ └── test_sensing.py ├── vendor/ │ └── README.md ├── verify └── wifi_densepose/ └── __init__.py