pub const fn decide_attached_operation<F, V>(
conversation: ParticipantConversation,
commit: AttachCommit<F, V>,
) -> AggregateOperationDecision<AttachCommit<F, V>>Expand description
Selects the aggregate Attached event for one consumed attach commit.
Fix 1 rides inside the consumed AttachCommit: its detach cell was
terminalized Committed → Terminalized atomically with the rotation, so
this single event records that whole transaction.