refactor(persistence): add v3 graph store adapters

This commit is contained in:
youzini
2026-05-30 14:22:00 +00:00
parent 7779e66e04
commit 1d09c53c0e
4 changed files with 365 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
"test:persistence-reducer": "node tests/persistence-reducer.mjs",
"test:graph-head": "node tests/graph-head.mjs",
"test:graph-store-contract": "node tests/graph-store-contract.mjs",
"test:graph-store-v3-adapter": "node tests/graph-store-v3-adapter.mjs",
"test:reroll-transaction-boundary": "node tests/reroll-transaction-boundary.mjs",
"test:vector-gate": "node tests/vector-gate.mjs",
"test:hide-engine": "node tests/hide-engine.mjs",