Update documentation for Windows compatibility fix

Co-authored-by: thedotmack <683968+thedotmack@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-23 21:28:09 +00:00
parent babb375955
commit ab2c44069b
3 changed files with 55 additions and 7 deletions
+8 -4
View File
@@ -253,14 +253,18 @@ npm install -g claude-mem
### Post-Installation
1. **Verify Plugin Installation**
1. **Automatic Dependency Installation**
The plugin automatically installs required dependencies (`better-sqlite3`) on first run. This happens when you first start Claude Code after installation. The process is cross-platform and works on Windows, macOS, and Linux.
2. **Verify Plugin Installation**
Check that hooks are configured in Claude Code:
```bash
cat plugin/hooks/hooks.json
```
2. **Data Directory Location**
3. **Data Directory Location**
v4.0.0+ stores data in `${CLAUDE_PLUGIN_ROOT}/data/`:
- Database: `${CLAUDE_PLUGIN_ROOT}/data/claude-mem.db`
@@ -272,13 +276,13 @@ npm install -g claude-mem
export CLAUDE_MEM_DATA_DIR=/custom/path
```
3. **Check Worker Logs**
4. **Check Worker Logs**
```bash
npm run worker:logs
```
4. **Test Context Retrieval**
5. **Test Context Retrieval**
```bash
npm run test:context