Expand description
Pure planner and merge logic for sync envelopes. Pure planner and merge logic for sync envelopes.
Structs§
- Plan
Decision - The final planner decision after merge and lane selection.
- Planner
Context - The pure inputs required to plan a change.
Enums§
- Apply
Lane - Apply lanes chosen by the planner.
- Merge
Outcome - The result of merging payloads before lane selection.
Functions§
- merge_
payload - Merges an incoming payload into the current payload using field ownership rules.
- plan_
change - Plans how a change should be applied after merge resolution.