# Claude Flow V3 Runtime Configuration # Generated: 2026-03-02T23:31:30.874Z version: "3.0.0" swarm: topology: hierarchical-mesh maxAgents: 15 autoScale: true coordinationStrategy: consensus memory: backend: hybrid enableHNSW: true persistPath: .claude-flow/data cacheSize: 100 # ADR-049: Self-Learning Memory learningBridge: enabled: true sonaMode: balanced confidenceDecayRate: 0.005 accessBoostAmount: 0.03 consolidationThreshold: 10 memoryGraph: enabled: true pageRankDamping: 0.85 maxNodes: 5000 similarityThreshold: 0.8 agentScopes: enabled: true defaultScope: project neural: enabled: true modelPath: .claude-flow/neural hooks: enabled: true autoExecute: true mcp: autoStart: false port: 3000