defmodule Smoothie.Worker.Contract do @moduledoc """ Canonical worker contract types and behaviours for the Smoothie worker protocol. This app defines command/event envelope structs, run lifecycle state transitions, and behaviour contracts for worker implementations. It is transport- and queue-agnostic. """ end