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§
- Session
Pack - Session pack — registers the
sessionnote kind and session lifecycle verbs.