/primitives / kei-chat-store
kei-chat-store
Session persistence for Claude conversations. Port of LBM internal/chat.
| tagline | Session persistence for Claude conversations. Port of LBM internal/chat. |
| language | Rust |
# install single binary $ curl -fsSL keiseikit.dev/primitives/kei-chat-store/install.sh | bash
# after install $ kei-chat-store --help
# settings.json snippet "hooks": { "PostToolUse": [ { "match": "Edit|Write", "hooks": ["~/.claude/hooks/kei-chat-store.sh"] } ] }