- 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
22 lines
496 B
JSON
22 lines
496 B
JSON
{
|
|
"mcpServers": {
|
|
"claude-flow": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@claude-flow/cli@latest",
|
|
"mcp",
|
|
"start"
|
|
],
|
|
"env": {
|
|
"npm_config_update_notifier": "false",
|
|
"CLAUDE_FLOW_MODE": "v3",
|
|
"CLAUDE_FLOW_HOOKS_ENABLED": "true",
|
|
"CLAUDE_FLOW_TOPOLOGY": "hierarchical-mesh",
|
|
"CLAUDE_FLOW_MAX_AGENTS": "15",
|
|
"CLAUDE_FLOW_MEMORY_BACKEND": "hybrid"
|
|
},
|
|
"autoStart": false
|
|
}
|
|
}
|
|
} |