Cairnloop.Web.AuditLogLive (cairnloop v0.5.1)

Copy Markdown View Source

Operator audit log (AUDIT-01): a searchable, filterable timeline of Cairnloop.Auditor events.

The event source is the configured :cairnloop, :auditor (default Cairnloop.Auditor.Governance, which surfaces the governance ToolActionEvent trail through the Cairnloop.Governance facade). Hosts can override with their own Cairnloop.Auditor implementation.

Events are rendered through Cairnloop.Web.AuditLogPresenter — actions are humanized and metadata is only ever shown behind an explicit expander, never raw inline (brand §5.6: no raw Elixir terms / JSON to operators).

Summary

Functions

handle_event(binary, arg2, socket)

Callback implementation for Phoenix.LiveView.handle_event/3.

mount(params, session, socket)

Callback implementation for Phoenix.LiveView.mount/3.

render(assigns)

Callback implementation for Phoenix.LiveView.render/1.