Skip to main content

Crate khive_pack_session

Crate khive_pack_session 

Source
Expand description

khive-pack-session — session storage pack for the khive runtime.

Registers the session note kind and three internal subhandlers: session.store, session.list, session.get (operator-only this milestone — see vocab::SESSION_HANDLERS). Serialization (handlers::export::handle_export) is an in-process helper, not a dispatchable verb.

The pack’s active feature is a background mirror service (warm hook) that live-tails Claude Code session JSONL transcripts into the pack’s auxiliary SQL tables.

Modules§

handlers
Verb handlers for the session pack, one file per verb.
mirror
Background live-mirror service for Claude Code and Codex CLI session transcripts.
vocab
Session pack vocabulary: handler definitions.

Structs§

SessionPack
Session pack — registers the session note kind and session lifecycle verbs.