Expand description
kcode-session-log provides durable, append-ordered session history.
A session log stores one three-field header followed by ordered {role, text} events. Event positions are their stable identities and are not
serialized. Pending objects are written to one self-contained file each
before their corresponding events are appended.