kcode-session-log 0.2.2

Durable append-ordered session transcripts with checksummed pending objects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Dependency Audit

Audited for version 0.2.2.

- `anyhow`: public result errors and private façade validation and context.
- `kcode-checksummed-frame-log`: durable session-log creation, checksummed
  frame visiting, incomplete-tail recovery, and durability-controlled append.
- `kcode-pending-object-store`: durable pending-object installation, reading,
  verification, reconciliation, and deletion.
- `serde`: public header, event, role, and transcript serialization.
- `serde_json`: framed header and event payload encoding and decoding.

The crate has no network, asynchronous-runtime, database, HTTP-server,
credential, process-execution, or application-framework dependency. Its
storage dependencies are synchronous filesystem libraries and do not add
those capabilities.