Module writer

Module writer 

Source
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§

FsAuditWriter
Filesystem-backed implementation of AuditWriter.

Functions§

audit_log_path
Returns the canonical path for the audit log file.