A single entry in the execution plan.
Summary
Types
@type priority() :: :high | :medium | :low
@type status() :: :pending | :in_progress | :completed
@type t() :: %ACP.PlanEntry{ content: String.t(), meta: ACP.Ext.meta(), priority: priority(), status: status() }