Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 8 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ Lore records your AI coding sessions and links them to git commits. Run `lore bl
- **Knowledge transfer**: AI conversations stay with the code when people leave
- **Search**: Find that conversation where you solved a similar problem

## Key Features

| Feature | Description |
|---------|-------------|
| **Blame** | Trace any line of code to the AI session that produced it |
| **Git-ref Sync** | Sync reasoning through your existing git remotes, encrypted; share by passphrase |
| **Cross-tool Memory** | Mirror one tool's project memory so any LLM can read it over MCP |

## Installation

### Homebrew (macOS)
Expand Down Expand Up @@ -97,19 +105,6 @@ Linked sessions (1):
Let me add rate limiting to prevent brute force attacks.
```

## Key Features

| Feature | Description |
|---------|-------------|
| **Blame** | Trace any line of code to the AI session that produced it |
| **Git-ref Sync** | Sync reasoning through your existing git remotes, encrypted; share by passphrase |
| **Cross-tool Memory** | Mirror one tool's project memory so any LLM can read it over MCP |
| **Session Capture** | One history across 10+ AI coding tools |
| **Git Linking** | Connect sessions to commits |
| **Full-text Search** | Find any past conversation |
| **MCP Server** | Let AI tools query your history |
| **Background Daemon** | Real-time capture (optional) |

## Sync

Lore syncs reasoning history through your existing git remotes, with no server and no account. Sessions are encrypted on your machine before they touch a remote, so the git host only ever sees ciphertext.
Expand Down
Loading