- Run npx @claude-flow/cli@latest init --force: 115 files created (agents, commands, helpers, skills, settings, MCP config) - Initialize memory.db (147 KB): 84 files analyzed, 30 patterns extracted, 46 trajectories evaluated via 4-step RETRIEVE/JUDGE/DISTILL/CONSOLIDATE - Run pretraining with MoE model: hyperbolic Poincaré embeddings, 3 contradictions resolved, all-MiniLM-L6-v2 ONNX embedding index - Include .claude/memory.db and .claude-flow/metrics/learning.json in repo for team sharing (semantic search available to all contributors) - Update CLAUDE.md: add wifi-densepose project context, key crates, ruvector integration map, correct build/test commands for this repo, ADR cross-reference (ADR-014 through ADR-017) 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": 26,
|
|
"successCount": 0,
|
|
"failureCount": 26,
|
|
"averageDurationMs": 0,
|
|
"lastRun": "2026-02-28T15:41:19.031Z",
|
|
"nextRun": "2026-02-28T16:22:19.355Z",
|
|
"isRunning": true
|
|
},
|
|
"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:05:19.091Z"
|
|
} |