refactor(persistence): define v3 graph store shell

This commit is contained in:
youzini
2026-05-30 14:14:19 +00:00
parent f59114e403
commit 951fca2c99
4 changed files with 370 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
"test:identity-resolver": "node tests/identity-resolver.mjs",
"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: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",