Skip to content

Lore

Git captures code history. Lore captures reasoning history.

When you use AI coding tools, the conversation contains valuable context: the prompts you wrote, approaches you tried, and decisions you made. Git captures the final code, but not the reasoning behind it. Lore preserves both.

Capture

Import sessions from Claude Code, Aider, Gemini CLI, and more. Run the daemon for real-time capture.

Link

Connect AI sessions to git commits. See which conversation produced any commit.

Search

Full-text search across all your AI conversations. Find that solution you discussed months ago.

Blame

Trace any line of code back to the AI session that created it.

Terminal window
# macOS
brew install varalys/tap/lore
# From crates.io
cargo install lore-cli

Then run lore init for guided setup.