Initial commit
This commit is contained in:
140
.claude-flow/daemon-state.json
Normal file
140
.claude-flow/daemon-state.json
Normal file
@@ -0,0 +1,140 @@
|
||||
{
|
||||
"running": true,
|
||||
"startedAt": "2026-05-14T16:42:38.986Z",
|
||||
"workers": {
|
||||
"map": {
|
||||
"runCount": 16,
|
||||
"successCount": 16,
|
||||
"failureCount": 0,
|
||||
"averageDurationMs": 2.8125,
|
||||
"isRunning": false,
|
||||
"nextRun": "2026-05-14T20:42:39.132Z",
|
||||
"lastStartedAt": "2026-05-14T20:27:39.131Z",
|
||||
"lastRun": "2026-05-14T20:27:39.132Z"
|
||||
},
|
||||
"audit": {
|
||||
"runCount": 22,
|
||||
"successCount": 22,
|
||||
"failureCount": 0,
|
||||
"averageDurationMs": 49556.27272727273,
|
||||
"isRunning": false,
|
||||
"nextRun": "2026-05-14T20:39:37.810Z",
|
||||
"lastStartedAt": "2026-05-14T20:26:26.506Z",
|
||||
"lastRun": "2026-05-14T20:29:37.810Z"
|
||||
},
|
||||
"optimize": {
|
||||
"runCount": 15,
|
||||
"successCount": 15,
|
||||
"failureCount": 0,
|
||||
"averageDurationMs": 87443,
|
||||
"isRunning": false,
|
||||
"nextRun": "2026-05-14T20:32:04.654Z",
|
||||
"lastStartedAt": "2026-05-14T20:32:04.657Z",
|
||||
"lastRun": "2026-05-14T20:35:12.386Z"
|
||||
},
|
||||
"consolidate": {
|
||||
"runCount": 8,
|
||||
"successCount": 8,
|
||||
"failureCount": 0,
|
||||
"averageDurationMs": 3.5,
|
||||
"isRunning": false,
|
||||
"nextRun": "2026-05-14T20:48:40.196Z",
|
||||
"lastStartedAt": "2026-05-14T20:18:40.177Z",
|
||||
"lastRun": "2026-05-14T20:18:40.177Z"
|
||||
},
|
||||
"testgaps": {
|
||||
"runCount": 11,
|
||||
"successCount": 11,
|
||||
"failureCount": 0,
|
||||
"averageDurationMs": 136452.18181818182,
|
||||
"isRunning": false,
|
||||
"nextRun": "2026-05-14T20:51:25.757Z",
|
||||
"lastStartedAt": "2026-05-14T20:28:19.126Z",
|
||||
"lastRun": "2026-05-14T20:31:25.756Z"
|
||||
},
|
||||
"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/code/infinite/.claude-flow/logs",
|
||||
"stateFile": "/home/code/infinite/.claude-flow/daemon-state.json",
|
||||
"maxConcurrent": 2,
|
||||
"workerTimeoutMs": 960000,
|
||||
"resourceThresholds": {
|
||||
"maxCpuLoad": 2,
|
||||
"minFreeMemoryPercent": 10
|
||||
},
|
||||
"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-05-14T20:35:12.387Z"
|
||||
}
|
||||
Reference in New Issue
Block a user