v3.13.2

ruvnet/ruflov3.13.2Jun 22, 2026by ruvnet

AI Summary

Updates agentdb dependency to pick up an upstream MEMFS safety fix, implementing a defense-in-depth approach against memory leaks.

Key Highlights

  • Upgrades agentdb to 3.0.0-alpha.17
  • Adds FinalizationRegistry safety net in SqlJsRvfBackend
  • Closes the MEMFS leak class at both upstream and downstream layers

New Features

  • Dependency update to agentdb 3.0.0-alpha.17
  • Upstream safety net implementation

Full Release Notes

## šŸ”§ Picks up upstream agentdb fix

\`agentdb@3.0.0-alpha.17\` adds a \`FinalizationRegistry\` safety net inside \`SqlJsRvfBackend\` ([ruvnet/agentdb#10](https://github.com/ruvnet/agentdb/pull/10)). This is the upstream-side fix for the MEMFS leak class that ruflo v3.13.1 already addressed downstream.

**Combined effect on #2432:** the leak class is now closed at BOTH layers — downstream (close-on-replace in ControllerRegistry) and upstream (defensive FinalizationRegistry that catches consumers who forget). Belt + suspenders.

### Distribution
| Package | latest | alpha | v3alpha |
|---|---|---|---|
| \`agentdb\` | 3.0.0-alpha.17 | — | — |
| \`@claude-flow/cli\` | 3.13.2 | 3.13.2 | 3.13.2 |
| \`claude-flow\` | 3.13.2 | 3.13.2 | 3.13.2 |
| \`ruflo\` | 3.13.2 | 3.13.2 | 3.13.2 |

### Upgrade
\`\`\`bash
npx ruflo@latest          # picks up 3.13.2 + agentdb 3.0.0-alpha.17
\`\`\`

### Cross-references
- šŸ”— Upstream PR: [ruvnet/agentdb#10](https://github.com/ruvnet/agentdb/pull/10)
- šŸ”— Upstream issue: [ruvnet/agentdb#9](https://github.com/ruvnet/agentdb/issues/9)
- šŸ”— Downstream issue: #2432 (closed in v3.13.1)
- šŸ”— Companion: v3.13.1 downstream-side fix (PR #2444)

---
šŸ¤– Generated with [RuFlo](https://github.com/ruvnet/ruflo)