Foundry.Verifiers.ReactorWithSideEffectsRequiresIdempotency (Foundry v0.3.0)

Copy Markdown View Source

Spark compile-time verifier: any Reactor with side-effecting step types (:create, :update, :destroy, :action, :run) must define @idempotency_key.

Mirrors SparkLint.Rules.IdempotencyRule but runs at compile time.