{
  "running": true,
  "startedAt": "2026-04-28T12:24:26.969Z",
  "workers": {
    "map": {
      "runCount": 3,
      "successCount": 3,
      "failureCount": 0,
      "averageDurationMs": 1.6666666666666667,
      "isRunning": false,
      "nextRun": "2026-04-28T12:54:26.978Z",
      "lastRun": "2026-04-28T12:54:27.008Z"
    },
    "audit": {
      "runCount": 3,
      "successCount": 3,
      "failureCount": 0,
      "averageDurationMs": 29140,
      "isRunning": false,
      "nextRun": "2026-04-28T12:57:54.422Z",
      "lastRun": "2026-04-28T12:47:54.421Z"
    },
    "optimize": {
      "runCount": 2,
      "successCount": 2,
      "failureCount": 0,
      "averageDurationMs": 98497.5,
      "isRunning": false,
      "nextRun": "2026-04-28T13:01:43.993Z",
      "lastRun": "2026-04-28T12:46:43.992Z"
    },
    "consolidate": {
      "runCount": 1,
      "successCount": 1,
      "failureCount": 0,
      "averageDurationMs": 1,
      "isRunning": false,
      "nextRun": "2026-04-28T13:00:26.972Z",
      "lastRun": "2026-04-28T12:30:26.972Z"
    },
    "testgaps": {
      "runCount": 1,
      "successCount": 1,
      "failureCount": 0,
      "averageDurationMs": 264628,
      "isRunning": false,
      "nextRun": "2026-04-28T12:56:51.597Z",
      "lastRun": "2026-04-28T12:36:51.596Z"
    },
    "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": "/Users/cohen/Projects/ruflo/v3/@claude-flow/shared/.claude-flow/logs",
    "stateFile": "/Users/cohen/Projects/ruflo/v3/@claude-flow/shared/.claude-flow/daemon-state.json",
    "maxConcurrent": 2,
    "workerTimeoutMs": 960000,
    "resourceThresholds": {
      "maxCpuLoad": 9.600000000000001,
      "minFreeMemoryPercent": 5
    },
    "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-04-28T12:54:27.008Z"
}