Expand description
What consolidation proposes and what resolution decides.
The split matters: a model may generate proposals, but only the resolver — deterministic code — turns one into a mutation, and only the committer writes it. A proposal is a request, never an instruction.
Structs§
- Proposed
Memory - A memory consolidation is asking to be allowed to write.
- Resolved
Mutation - A resolved mutation, ready to be committed.
Enums§
- Memory
Selector - How to identify records the user asked to remove.
- Resolution
Kind - What resolution decided to do with a proposal.