Packages

Smoothie worker policy and capability guard hooks

Current section

Files

Jump to
smoothie_worker_policy lib smoothie_worker_policy.ex
Raw

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