docs: update metadata and descriptions across multiple documentation files

This commit is contained in:
Alex Newman
2025-12-12 21:47:58 -05:00
parent 6815cc55b8
commit 901af0b7f7
6 changed files with 40 additions and 31 deletions
+2 -2
View File
@@ -9,9 +9,9 @@ Claude-Mem uses SQLite 3 with the bun:sqlite native module for persistent storag
## Database Location
- **Current**: `~/.claude-mem/claude-mem.db`
**Path**: `~/.claude-mem/claude-mem.db`
**Note**: Despite the README claiming v4.0.0+ moved the database to `${CLAUDE_PLUGIN_ROOT}/data/`, the actual implementation still uses `~/.claude-mem/`.
The database uses SQLite's WAL (Write-Ahead Logging) mode for concurrent reads/writes.
## Database Implementation