lethe-claude-code-0.9.0 is not a library.
lethe-claude-code
Claude Code adapter binary for lethe.
Helpers the Claude Code plugin
needs that don't belong in lethe-core — kept separate so the core stays
framework-agnostic.
Install
Subcommands
transcript parses a Claude Code JSONL transcript and prints the
last user/assistant pair (or a specific turn) as plain text suitable
for piping into a downstream LLM enrichment prompt.
Used by the plugin's parse-transcript.sh hook and the recall
skill's progressive-disclosure step. The plugin is the only intended
consumer; it's published as a separate crate purely so the lethe core
CLI doesn't grow framework-specific surface.
See also
- Project landing page
- Claude Code plugin — the consumer
License: MIT.