Current section
Files
Jump to
Current section
Files
lib/smoothie_worker_policy.ex
defmodule Smoothie.Worker.Policy do
@moduledoc """
Policy enforcement hooks for Smoothie worker execution.
Provides capability/policy checks before task execution, execution budget
controls, and audit context propagation. Depends on
`smoothie_worker_contract` for protocol types.
"""
end