Agents completed three of seven ADR-017 integration points: 1. subcarrier_selection.rs — ruvector-mincut: mincut_subcarrier_partition partitions subcarriers into (sensitive, insensitive) groups using DynamicMinCut. O(n^1.5 log n) amortized vs O(n log n) static sort. Includes test: mincut_partition_separates_high_low. 2. spectrogram.rs — ruvector-attn-mincut: gate_spectrogram applies self-attention (Q=K=V) over STFT time frames to suppress noise and multipath interference frames. Configurable lambda gating strength. Includes tests: preserves shape, finite values. 3. bvp.rs — ruvector-attention stub added (in progress by agent). 4. Cargo.toml — added ruvector-mincut, ruvector-attn-mincut, ruvector-temporal-tensor, ruvector-solver, ruvector-attention as workspace deps in wifi-densepose-signal crate. Cargo.lock updated for new dependencies. Remaining ADR-017 integrations (fresnel.rs, MAT crate) still in progress via background agents. 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": 48,
|
|
"successCount": 48,
|
|
"failureCount": 0,
|
|
"averageDurationMs": 1.2708333333333333,
|
|
"lastRun": "2026-02-28T15:58:19.175Z",
|
|
"nextRun": "2026-02-28T16:13:19.176Z",
|
|
"isRunning": false
|
|
},
|
|
"audit": {
|
|
"runCount": 43,
|
|
"successCount": 0,
|
|
"failureCount": 43,
|
|
"averageDurationMs": 0,
|
|
"lastRun": "2026-02-28T16:05:19.081Z",
|
|
"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": false
|
|
},
|
|
"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:08:19.369Z"
|
|
} |