Expand description
Committing resolved mutations to canonical memory.
One transaction per session. A contradiction resolution writes both the new active record and the retired one; committing only half would leave the corpus asserting two incompatible facts, so the unit of commit is the whole reconciliation, not the individual record.
Structs§
- Memory
Committer - Turns proposals into durable memory.
- Reconciliation
Report - What one reconciliation did.
Functions§
- commit_
promotions - Apply a promotion sweep’s outcomes to the repository.