- Search across all of them
- Link conversations to the commits I made
- Ask my current LLM session about any previous session and get answers
Lore runs a daemon that watches your session files, stores everything in SQLite, and automatically links sessions to commits as you work.A few things it does:
- `lore blame` - trace a line of code to the conversation that wrote it
- `lore search "websocket reconnect"` - search across all tools
- MCP server - ask Claude "what was the websocket issue last week and how did we fix it?"
Thanks for checking it out.