feat(persistence): add durable snapshot schema contract

This commit is contained in:
youzini
2026-05-30 18:02:51 +00:00
parent 369b067417
commit 6391259555
4 changed files with 217 additions and 0 deletions

View File

@@ -1756,6 +1756,7 @@ export function buildSnapshotFromGraph(graph, options = {}) {
}
const snapshotResult = {
schemaVersion: BME_DB_SCHEMA_VERSION,
meta: mergedMeta,
nodes,
edges,