Proposition Persisted
data class PropositionPersisted constructor(val proposition: Proposition, val timestamp: Instant = Instant.now()) : DiceEvent
A proposition was saved. This is the signal to rely on when you care that something actually made it to durable storage, not just that it was proposed — it fires once the write is done and carries the saved state.