All ADR-017 integration points now implemented: --- wifi-densepose-signal --- 1. subcarrier_selection.rs — ruvector-mincut: mincut_subcarrier_partition uses DynamicMinCut to dynamically partition sensitive/insensitive subcarriers via O(n^1.5 log n) graph bisection. Tests: 8 passed. 2. spectrogram.rs — ruvector-attn-mincut: gate_spectrogram applies self-attention (Q=K=V, configurable lambda) over STFT time frames to suppress noise/multipath interference. Tests: 2 added. 3. bvp.rs — ruvector-attention: attention_weighted_bvp uses ScaledDotProductAttention for sensitivity-weighted BVP aggregation across subcarriers (vs uniform sum). Tests: 2 added. 4. fresnel.rs — ruvector-solver: solve_fresnel_geometry estimates unknown TX-body-RX geometry from multi-subcarrier Fresnel observations via NeumannSolver. Regularization scaled to inv_w_sq_sum * 0.5 for guaranteed convergence (spectral radius = 0.667). Tests: 10 passed. --- wifi-densepose-mat --- 5. localization/triangulation.rs — ruvector-solver: solve_tdoa_triangulation solves multi-AP TDoA positioning via 2×2 NeumannSolver normal equations (Cramer's rule fallback). O(1) in AP count. Tests: 2 added. 6. detection/breathing.rs — ruvector-temporal-tensor: CompressedBreathingBuffer uses TemporalTensorCompressor with tiered quantization for 50-75% CSI amplitude memory reduction (13.4→3.4-6.7 MB/zone). Tests: 2 added. 7. detection/heartbeat.rs — ruvector-temporal-tensor: CompressedHeartbeatSpectrogram stores per-bin TemporalTensorCompressor for micro-Doppler spectrograms with hot/warm/cold tiers. Tests: 1 added. Cargo.toml: ruvector deps optional in MAT crate (feature = "ruvector"), enabled by default. Prevents --no-default-features regressions. Pre-existing MAT --no-default-features failures are unrelated (api/dto.rs serde gating, pre-existed before this PR). Test summary: 144 MAT lib tests + 91 signal tests = all passed. cargo check wifi-densepose-mat (default features): 0 errors. cargo check wifi-densepose-signal: 0 errors. https://claude.ai/code/session_01BSBAQJ34SLkiJy4A8SoiL4
135 lines
3.3 KiB
JSON
135 lines
3.3 KiB
JSON
{
|
|
"running": true,
|
|
"startedAt": "2026-02-28T15:54:19.353Z",
|
|
"workers": {
|
|
"map": {
|
|
"runCount": 49,
|
|
"successCount": 49,
|
|
"failureCount": 0,
|
|
"averageDurationMs": 1.2857142857142858,
|
|
"lastRun": "2026-02-28T16:13:19.194Z",
|
|
"nextRun": "2026-02-28T16:28:19.195Z",
|
|
"isRunning": false
|
|
},
|
|
"audit": {
|
|
"runCount": 44,
|
|
"successCount": 0,
|
|
"failureCount": 44,
|
|
"averageDurationMs": 0,
|
|
"lastRun": "2026-02-28T16:20:19.184Z",
|
|
"nextRun": "2026-02-28T16:15:19.082Z",
|
|
"isRunning": false
|
|
},
|
|
"optimize": {
|
|
"runCount": 33,
|
|
"successCount": 0,
|
|
"failureCount": 33,
|
|
"averageDurationMs": 0,
|
|
"lastRun": "2026-02-28T16:03:19.360Z",
|
|
"nextRun": "2026-02-28T16:18:19.361Z",
|
|
"isRunning": true
|
|
},
|
|
"consolidate": {
|
|
"runCount": 23,
|
|
"successCount": 23,
|
|
"failureCount": 0,
|
|
"averageDurationMs": 0.6521739130434783,
|
|
"lastRun": "2026-02-28T16:05:19.091Z",
|
|
"nextRun": "2026-02-28T16:35:19.054Z",
|
|
"isRunning": false
|
|
},
|
|
"testgaps": {
|
|
"runCount": 27,
|
|
"successCount": 0,
|
|
"failureCount": 27,
|
|
"averageDurationMs": 0,
|
|
"lastRun": "2026-02-28T16:08:19.369Z",
|
|
"nextRun": "2026-02-28T16:22:19.355Z",
|
|
"isRunning": false
|
|
},
|
|
"predict": {
|
|
"runCount": 0,
|
|
"successCount": 0,
|
|
"failureCount": 0,
|
|
"averageDurationMs": 0,
|
|
"isRunning": false
|
|
},
|
|
"document": {
|
|
"runCount": 0,
|
|
"successCount": 0,
|
|
"failureCount": 0,
|
|
"averageDurationMs": 0,
|
|
"isRunning": false
|
|
}
|
|
},
|
|
"config": {
|
|
"autoStart": false,
|
|
"logDir": "/home/user/wifi-densepose/.claude-flow/logs",
|
|
"stateFile": "/home/user/wifi-densepose/.claude-flow/daemon-state.json",
|
|
"maxConcurrent": 2,
|
|
"workerTimeoutMs": 300000,
|
|
"resourceThresholds": {
|
|
"maxCpuLoad": 2,
|
|
"minFreeMemoryPercent": 20
|
|
},
|
|
"workers": [
|
|
{
|
|
"type": "map",
|
|
"intervalMs": 900000,
|
|
"offsetMs": 0,
|
|
"priority": "normal",
|
|
"description": "Codebase mapping",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"type": "audit",
|
|
"intervalMs": 600000,
|
|
"offsetMs": 120000,
|
|
"priority": "critical",
|
|
"description": "Security analysis",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"type": "optimize",
|
|
"intervalMs": 900000,
|
|
"offsetMs": 240000,
|
|
"priority": "high",
|
|
"description": "Performance optimization",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"type": "consolidate",
|
|
"intervalMs": 1800000,
|
|
"offsetMs": 360000,
|
|
"priority": "low",
|
|
"description": "Memory consolidation",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"type": "testgaps",
|
|
"intervalMs": 1200000,
|
|
"offsetMs": 480000,
|
|
"priority": "normal",
|
|
"description": "Test coverage analysis",
|
|
"enabled": true
|
|
},
|
|
{
|
|
"type": "predict",
|
|
"intervalMs": 600000,
|
|
"offsetMs": 0,
|
|
"priority": "low",
|
|
"description": "Predictive preloading",
|
|
"enabled": false
|
|
},
|
|
{
|
|
"type": "document",
|
|
"intervalMs": 3600000,
|
|
"offsetMs": 0,
|
|
"priority": "low",
|
|
"description": "Auto-documentation",
|
|
"enabled": false
|
|
}
|
|
]
|
|
},
|
|
"savedAt": "2026-02-28T16:20:19.184Z"
|
|
} |