refactor(rebirth): centralize persistence reducer

This commit is contained in:
youzini
2026-05-30 13:47:10 +00:00
parent 402f12101d
commit a800f7fc8c
5 changed files with 351 additions and 65 deletions

View File

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