Expand description
Filesystem-backed audit log writer.
Appends events as single-line JSON to .ito/.state/audit/events.jsonl.
All writes are best-effort: failures are logged but never block the caller.
Structs§
- FsAudit
Writer - Filesystem-backed implementation of
AuditWriter.
Functions§
- audit_
log_ path - Returns the canonical path for the audit log file.