Expand description
.agentlog record types, canonical JSON, content hashing, parser, writer.
Implements SPEC §3-§6: the record envelope, payload variants, canonical JSON serialisation, SHA-256 content addressing, and the streaming JSONL parser/writer.
Re-exports§
pub use record::Kind;pub use record::Record;pub use record::CURRENT_VERSION;