refactor(rebirth): add graph head model

This commit is contained in:
youzini
2026-05-30 13:55:08 +00:00
parent a5cdc0310c
commit 70c0639c94
3 changed files with 442 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
"test:rebirth-phase0": "node tests/rebirth-phase0.mjs",
"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:hide-engine": "node tests/hide-engine.mjs",
"test:maintenance-journal": "node tests/maintenance-journal.mjs",
"test:indexeddb-persistence": "node tests/indexeddb-persistence.mjs",