refactor(rebirth): isolate vector and reroll gates

This commit is contained in:
youzini
2026-05-30 14:02:05 +00:00
parent 515f57bcd7
commit fd63202a20
7 changed files with 368 additions and 76 deletions

View File

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