No universal exactly-once
Impossible per Two Generals / FLP. The achievable target is at-least-once delivery plus idempotent or reconciled processing — and the guarantee depends on what the destination exposes.
Evidence: Verified evidence · Technical provenance
Compensation is not rollback
A committed irreversible effect cannot be un-committed. Compensation is a new effect with its own failure modes — measured, never assumed.
Evidence: Design specification · Technical provenance
No advantage on destinations with native idempotency (tier C1)
Destinations with dependable native idempotency already prevent duplicates. Irrevon expects to add nothing there, and the benchmark pre-commits to reporting that null as prominently as any win.
Evidence: Testable hypothesis · Technical provenance
Opaque destinations are an impossibility boundary (tier C3)
Opaque destinations — no key, no query, no stable ID — make lost and orphaned effects undetectable for every method. The benchmark demonstrates that boundary instead of hiding it.
Evidence: Design specification · Technical provenance