wifi-densepose/v1/src
ruv 4bb0b87465 feat: ADR-080 P1+P2 remediation — refactor, perf, tests, safety
P1 fixes (this sprint):
- P1-6: Extract sensing-server modules (cli, types, csi, pose) from main.rs
- P1-7: DDA ray march for tomography — O(max(n)) replaces O(n^3) voxel scan
- P1-8: Batch neural inference — Tensor::stack/split for single GPU call
- P1-10: Eliminate 112KB/frame alloc — islice replaces deque→list copy

P2 fixes (this quarter):
- P2-11: Python unit tests for 8 modules (rate_limit, auth, error_handler,
  pose_service, stream_service, hardware_service, health_check, metrics)
- P2-13: MAT simulated data safety guard — blocking overlay + pulsing banner
- P2-14: Wire token blacklist into auth verification + logout endpoint
- P2-15: Frame budget benchmark — confirms pipeline well under 50ms budget

Addresses 8 of 10 remaining issues from QE analysis (ADR-080).

Co-Authored-By: claude-flow <ruv@ruv.net>
2026-04-06 17:01:07 -04:00
..
api feat: ADR-080 P1+P2 remediation — refactor, perf, tests, safety 2026-04-06 17:01:07 -04:00
commands security: Fix SQL injection vulnerabilities in status command and migrations 2026-02-28 20:39:54 +01:00
config security: Fix 10 vulnerabilities, remove 12 dead code instances 2026-02-28 07:04:22 +00:00
core feat: ADR-080 P1+P2 remediation — refactor, perf, tests, safety 2026-04-06 17:01:07 -04:00
database security: Fix SQL injection vulnerabilities in status command and migrations 2026-02-28 20:39:54 +01:00
hardware feat(adr-018): ESP32-S3 firmware, Rust aggregator, and live CSI pipeline 2026-02-28 13:22:04 -05:00
middleware feat: ADR-080 P1+P2 remediation — refactor, perf, tests, safety 2026-04-06 17:01:07 -04:00
models feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
sensing feat: cross-platform WiFi collector factory with graceful degradation (ADR-049) 2026-03-06 15:09:32 -05:00
services fix: Complete ADR-011 mock elimination and fix all test stubs 2026-02-28 16:59:34 +00:00
tasks security: Fix 10 vulnerabilities, remove 12 dead code instances 2026-02-28 07:04:22 +00:00
testing feat: Add commodity sensing, proof bundle, Three.js viz, mock isolation 2026-02-28 06:18:58 +00:00
__init__.py feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
app.py security: Fix 10 vulnerabilities, remove 12 dead code instances 2026-02-28 07:04:22 +00:00
cli.py security: Fix 10 vulnerabilities, remove 12 dead code instances 2026-02-28 07:04:22 +00:00
config.py feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
logger.py feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00
main.py feat: Complete Rust port of WiFi-DensePose with modular crates 2026-01-13 03:11:16 +00:00