//! Arbiter Audit: structured audit logging with argument redaction.
//!
//! Captures a complete audit trail for every proxied request: timing, identity,
//! authorization decisions, and tool arguments (with configurable redaction of
//! sensitive fields). Outputs structured JSON lines to stdout and/or an
//! append-only file.
pub use AuditEntry;
pub use AuditCapture;
pub use ;
pub use ;
pub use ;