Module journal

Module journal 

Source
Expand description

Journal index for AIM version headers.

Maintains .jnl sidecar files that map version headers in .aim files to byte offsets, enabling direct seeks to specific workflow versions without re-scanning the source.

Structs§

Journal
Journal entry mapping a version to its byte offset within an .aim file.

Functions§

build_journal
Build .jnl index for an .aim file.
load_journal
Load journal entries for aim_path.
save_journal
Save journal entries for aim_path to its .jnl file.
to_journal_path
Derive .jnl path from an .aim file path.