v3.10.12
ruvnet/ruflov3.10.12May 29, 2026by ruvnet
AI Summary
Bumps bundled agentdb to 3.0.0-alpha.15 to enable better-sqlite3 in the MCP memory bridge. Part A of issue #2235 that was upstream-only.
Key Highlights
- better-sqlite3 now engaged by MCP memory bridge
- Schemas inlined as bundled string constants for browser/global CLI compatibility
- Closes ruvnet/agentdb#1 and #2
- Part A of #2235 resolved
New Features
- better-sqlite3 integration in MCP memory bridge
- Inline schemas as bundled string constants
Full Release Notes
Bumps the bundled `agentdb` to `3.0.0-alpha.15` so the optionally-installed `better-sqlite3` is finally engaged by the MCP memory bridge — the part (A) half of #2235 that was upstream-only. The matching agentdb fix also closes [ruvnet/agentdb#1](https://github.com/ruvnet/agentdb/issues/1) and [#2](https://github.com/ruvnet/agentdb/issues/2) (schemas inlined as bundled string constants so `loadSchemas()` works in the browser and in globally-installed CLIs). **Install:** `npx ruflo@3.10.12` **Closes:** ruflo#2235 (A).