//! Worklog primitive: durable DAG of agent work items.
pub use KvWorkLog;
pub use ;
/// Construct a [`KvWorkLog`] with `with_audit` auto-wired from the active
/// `SupervisedAgent` run context. Outside a run scope, returns an unaudited
/// instance — no behavioural break.