1+ {
2+ "running" : true ,
3+ "startedAt" : " 2026-01-13T03:30:55.475Z" ,
4+ "workers" : {
5+ "map" : {
6+ "runCount" : 1 ,
7+ "successCount" : 1 ,
8+ "failureCount" : 0 ,
9+ "averageDurationMs" : 1 ,
10+ "isRunning" : false ,
11+ "nextRun" : " 2026-01-13T03:45:55.482Z" ,
12+ "lastRun" : " 2026-01-13T03:30:55.481Z"
13+ },
14+ "audit" : {
15+ "runCount" : 1 ,
16+ "successCount" : 0 ,
17+ "failureCount" : 1 ,
18+ "averageDurationMs" : 0 ,
19+ "isRunning" : false ,
20+ "nextRun" : " 2026-01-13T03:47:55.481Z" ,
21+ "lastRun" : " 2026-01-13T03:37:55.480Z"
22+ },
23+ "optimize" : {
24+ "runCount" : 0 ,
25+ "successCount" : 0 ,
26+ "failureCount" : 0 ,
27+ "averageDurationMs" : 0 ,
28+ "isRunning" : true ,
29+ "nextRun" : " 2026-01-13T03:34:55.475Z"
30+ },
31+ "consolidate" : {
32+ "runCount" : 1 ,
33+ "successCount" : 1 ,
34+ "failureCount" : 0 ,
35+ "averageDurationMs" : 1 ,
36+ "isRunning" : false ,
37+ "nextRun" : " 2026-01-13T04:06:55.476Z" ,
38+ "lastRun" : " 2026-01-13T03:37:55.485Z"
39+ },
40+ "testgaps" : {
41+ "runCount" : 0 ,
42+ "successCount" : 0 ,
43+ "failureCount" : 0 ,
44+ "averageDurationMs" : 0 ,
45+ "isRunning" : false ,
46+ "nextRun" : " 2026-01-13T03:38:55.475Z"
47+ },
48+ "predict" : {
49+ "runCount" : 0 ,
50+ "successCount" : 0 ,
51+ "failureCount" : 0 ,
52+ "averageDurationMs" : 0 ,
53+ "isRunning" : false
54+ },
55+ "document" : {
56+ "runCount" : 0 ,
57+ "successCount" : 0 ,
58+ "failureCount" : 0 ,
59+ "averageDurationMs" : 0 ,
60+ "isRunning" : false
61+ }
62+ },
63+ "config" : {
64+ "autoStart" : false ,
65+ "logDir" : " /home/user/wifi-densepose/rust-port/wifi-densepose-rs/.claude-flow/logs" ,
66+ "stateFile" : " /home/user/wifi-densepose/rust-port/wifi-densepose-rs/.claude-flow/daemon-state.json" ,
67+ "maxConcurrent" : 2 ,
68+ "workerTimeoutMs" : 300000 ,
69+ "resourceThresholds" : {
70+ "maxCpuLoad" : 2 ,
71+ "minFreeMemoryPercent" : 20
72+ },
73+ "workers" : [
74+ {
75+ "type" : " map" ,
76+ "intervalMs" : 900000 ,
77+ "offsetMs" : 0 ,
78+ "priority" : " normal" ,
79+ "description" : " Codebase mapping" ,
80+ "enabled" : true
81+ },
82+ {
83+ "type" : " audit" ,
84+ "intervalMs" : 600000 ,
85+ "offsetMs" : 120000 ,
86+ "priority" : " critical" ,
87+ "description" : " Security analysis" ,
88+ "enabled" : true
89+ },
90+ {
91+ "type" : " optimize" ,
92+ "intervalMs" : 900000 ,
93+ "offsetMs" : 240000 ,
94+ "priority" : " high" ,
95+ "description" : " Performance optimization" ,
96+ "enabled" : true
97+ },
98+ {
99+ "type" : " consolidate" ,
100+ "intervalMs" : 1800000 ,
101+ "offsetMs" : 360000 ,
102+ "priority" : " low" ,
103+ "description" : " Memory consolidation" ,
104+ "enabled" : true
105+ },
106+ {
107+ "type" : " testgaps" ,
108+ "intervalMs" : 1200000 ,
109+ "offsetMs" : 480000 ,
110+ "priority" : " normal" ,
111+ "description" : " Test coverage analysis" ,
112+ "enabled" : true
113+ },
114+ {
115+ "type" : " predict" ,
116+ "intervalMs" : 600000 ,
117+ "offsetMs" : 0 ,
118+ "priority" : " low" ,
119+ "description" : " Predictive preloading" ,
120+ "enabled" : false
121+ },
122+ {
123+ "type" : " document" ,
124+ "intervalMs" : 3600000 ,
125+ "offsetMs" : 0 ,
126+ "priority" : " low" ,
127+ "description" : " Auto-documentation" ,
128+ "enabled" : false
129+ }
130+ ]
131+ },
132+ "savedAt" : " 2026-01-13T03:37:55.485Z"
133+ }
0 commit comments