brainy/src/graph
David Snelling 239a4da835 fix: replace require('crypto') with ESM import in SSTable
SSTable.calculateChecksum() used require('crypto') which breaks in ESM
environments and Bun. Replace with top-level import { createHash } from
'node:crypto' — SSTable is Node-only (LSM-tree filesystem storage) so
a direct node:crypto import is appropriate.
2026-02-24 12:25:26 -08:00
..
lsm fix: replace require('crypto') with ESM import in SSTable 2026-02-24 12:25:26 -08:00
graphAdjacencyIndex.ts fix: flush graph LSM-trees on close to prevent data loss across restarts 2026-02-01 17:55:40 -08:00
pathfinding.ts feat: Brainy 3.0 - Production-ready Triple Intelligence database 2025-09-11 16:23:32 -07:00