Fixed
- #3155 β
ruflo mcp start -t http: entries stored via the bridge were unreadable after a bridge restart (found:false,memory_listempty), even though.swarm/memory.dbheld them and the CLI read them fine. Root cause:initializeMemoryDatabase()seeded the process-wideControllerRegistrysingleton with the sql.js-facingmemory.dbpath instead of the dedicatedagentdb-memory.dbpath. Fixed in #3156. - #3059 (CI) β
agentic-flow-agent.test.tsassertedresult.durationstrictly> 0; under coarse CI clock resolution a ~1ms task's duration could legitimately read0, flaking the test-ratchet gate onmain. Relaxed to>= 0.
Known, separately-tracked gap (not in this release)
@claude-flow/mcp is pinned to 3.0.0-alpha.10 in root/CLI package.json (bumped in the 3.38.20 release commit) but that exact version was never published standalone to npm β only alpha.9 exists on the registry. This breaks a fresh npm ci inside the ruvnet/ruflo monorepo itself (confirmed failing on CI). It does not affect end users installing ruflo/@claude-flow/cli from npm, since @claude-flow/mcp ships bundled inside those tarballs. Filed for follow-up.