pub fn default_audit_dir() -> Result<PathBuf>Expand description
The append-only audit-log directory (<state_dir>/audit/). One monthly JSONL
file per calendar month (YYYY-MM.jsonl) lives here; the writer creates the directory lazily on
first append. Local-only — nothing here is ever transmitted.