Release v3.5.4
- Updated to match npm package structure - Includes minified dist/claude-mem.min.js - Added commands directory - Updated hooks with latest fixes - Synced with npm package claude-mem@3.5.4
This commit is contained in:
@@ -50,12 +50,17 @@ Transform your Claude Code experience from forgetful to persistent, from isolate
|
||||
|
||||
## 🛠 Installation & Setup
|
||||
|
||||
### Prerequisites
|
||||
- Node.js 18+
|
||||
- Claude Code CLI installed
|
||||
- uv (Python package manager) - automatically installed if missing
|
||||
|
||||
### Quick Install
|
||||
```bash
|
||||
# Install globally
|
||||
npm install -g claude-mem
|
||||
|
||||
# Set up Claude Code integration
|
||||
# Set up Claude Code integration (installs uv if needed)
|
||||
claude-mem install
|
||||
|
||||
# Restart Claude Code to activate
|
||||
@@ -67,6 +72,8 @@ claude-mem install
|
||||
npx claude-mem install
|
||||
```
|
||||
|
||||
The `claude-mem install` command will automatically install [uv](https://docs.astral.sh/uv/) if it's not already present on your system. uv is required for the Chroma MCP server that powers the memory system.
|
||||
|
||||
### Verification
|
||||
```bash
|
||||
# Check installation status
|
||||
|
||||
Reference in New Issue
Block a user