zero-session 0.1.2

Local session history, replay, and wrap-up storage for ZERO.
Documentation

SQLite-backed session persistence.

One database per operator partition, WAL-journalled. Every operator input and every dispatcher output is written on the hot path so a crash preserves full replay (spec v2.1 §9).

This crate deliberately does NOT persist operator-state events — those live on the engine host (see ADR-016). The tables here are CLI-local: conversation log and journey milestones.