Legatus.Chronica (legatus v0.2.0)

Copy Markdown View Source

Chronica est memoria scripta cursus runtime.

This layer records directional events and notable transitions as an operational trace of system behavior.

It serves observability, not control flow authority.

Summary

Functions

Produces a bounded textual preview for logging.

Enables or disables chronicle emission for current runtime invocation.

Appends one timestamped record to the runtime chronicle.

Functions

elide(bin)

@spec elide(binary()) :: binary()

Produces a bounded textual preview for logging.

notare(payload, label)

@spec notare(term(), atom() | binary()) :: term()

ponere(flag)

@spec ponere(boolean()) :: :ok

Enables or disables chronicle emission for current runtime invocation.

scribere(msg)

@spec scribere(binary()) :: binary()

Appends one timestamped record to the runtime chronicle.

This operation is pipeline-transparent and never becomes a control-flow authority.