Local operation source backed by Elixir functions.
This source is primarily for deterministic tests, examples, and lightweight in-process operations. It is deliberately normalized through the same operation contract as Jido actions.
Summary
Types
@type handler() :: Jidoka.Runtime.LocalOperations.handler()
@type t() :: %Jidoka.Operation.Source.Local{operations: [operation_def()]}