Pure owner for agent context-compaction threshold and execution state.
Summary
Types
@type action() :: :none | {:warn, pct()} | :schedule
@type execution() :: :idle | {:deferred, pct()} | :requested
@type pct() :: non_neg_integer()
@type threshold() :: :fresh | :warned | :triggered