Module proposal

Module proposal 

Source
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§

ProposedMemory
A memory consolidation is asking to be allowed to write.
ResolvedMutation
A resolved mutation, ready to be committed.

Enums§

MemorySelector
How to identify records the user asked to remove.
ResolutionKind
What resolution decided to do with a proposal.