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
.aimfile.
Functions§
- build_
journal - Build
.jnlindex for an.aimfile. - load_
journal - Load journal entries for
aim_path. - save_
journal - Save journal entries for
aim_pathto its.jnlfile. - to_
journal_ path - Derive
.jnlpath from an.aimfile path.