//! The optional audit sink.
//!
//! The local audit log is a file on each laptop, which is **not** an audit trail for a
//! reviewer. An optional `AuditSink` — syslog, OTLP, or webhook — forwards audit events,
//! buffered locally during downtime. This is the hook that makes guardrails, break-glass,
//! RBAC preflight, and agent governance mean something in a team, and it is the concrete
//! hook against CRA / NIS2 / DORA.
use ;
/// Where audit events are forwarded, beyond the local log.
/// Configuration for audit forwarding, per context.