v1765

anomalyco/opencodev1765Jun 14, 2026by github-actions[bot]

AI Summary

Introduces the first real WiFi-CSI adapter (`CsiReplayAdapter`) to ingest real captured CSI data into RuField, processing 199 test frames.

Key Highlights

  • Bumps vendor/rufield submodule to include the new CsiReplayAdapter.
  • Processes real `.csi.jsonl` files to generate FieldTensor and motion/presence proxies.
  • Measured on 199 real frames, fusing 182 inferences (115 breathing, 67 person_present).
  • Current implementation is a replay-from-file with unlabeled data.

New Features

  • CsiReplayAdapter for real WiFi-CSI ingestion into RuField.

Full Release Notes

Automated release from CI pipeline

**Changes:**
feat(rufield): CsiReplayAdapter — first real WiFi-CSI adapter (submodule bump) (#1068)

Bumps vendor/rufield to include CsiReplayAdapter: RuField now ingests real
captured WiFi CSI (.csi.jsonl) → FieldTensor → CSI-variance motion/presence
proxy → signed FieldEvents → fusion. Measured on 199 real frames: 182 fused
inferences (115 breathing, 67 person_present) from real signal. Replay-from-file,
unlabeled (proxy not validated accuracy) — live streaming + labeled accuracy
remain roadmap; mmWave/thermal stay synthetic.

Co-authored-by: ruv <ruvnet@gmail.com>

**Docker Image:**
`ghcr.io/ruvnet/RuView:6f6c8676296481bd5928a5a3e26735ed28299f86`