| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-02 | 885 Bytes | |
| v3.5.49 -- P0 Daemon _ AgentDB Controller Fixes source code.tar.gz | 2026-04-02 | 87.9 MB | |
| v3.5.49 -- P0 Daemon _ AgentDB Controller Fixes source code.zip | 2026-04-02 | 94.0 MB | |
| Totals: 3 Items | 182.0 MB | 0 | |
P0 Fixes
[#1478]: Daemon Dies Immediately After Spawn
- Removed premature PID file write that caused self-detection race condition
- Added ref'd
setIntervalkeepalive (unref'd timers don't keep Node.js alive) - Changed detached spawn stdio from numeric FDs to
'ignore'(fixes Windows child death)
[#1492]: ESM require('path') Disables All 15 AgentDB Controllers
require('path')throws ReferenceError in ESM context, silently killinginitAgentDB()- Replaced with
await import('node:path')— works in both ESM and CJS
[#1492] (Bug 2): bridgeSearchPatterns Wrong Method
- ReasoningBank exposes
.search()not.searchPatterns()in some versions - Added fallback: tries
.searchPatterns()first, falls back to.search()
Stats
- 1725 tests pass (28 files, 0 failures)
- Published:
@claude-flow/cli@3.5.49,claude-flow@3.5.49,ruflo@3.5.49