//! Activity logging for vault operations.
//!
//! This module provides infrastructure for logging all `mdv` operations to a
//! structured JSONL file (`.mdvault/activity.jsonl`) for later aggregation
//! by the `context` command.
pub use rotate_log;
pub use ;
pub use ;