refactor(memory): replace memory dir with symlink to clawd/memory
This commit is contained in:
@@ -59,7 +59,7 @@ source .venv/bin/activate && pip install -r requirements.txt
|
||||
|
||||
**Heartbeat** (`src/heartbeat.py`): Email, calendar, KB, git checks. Quiet hours 23-08.
|
||||
|
||||
**Memory** (`src/memory_search.py`): Ollama all-minilm embeddings (384 dim) + SQLite cosine similarity.
|
||||
**Memory** (`src/memory_search.py`): Ollama all-minilm embeddings (384 dim) + SQLite cosine similarity. **Shared with Clawd** — `memory/` is a symlink to `/home/moltbot/clawd/memory/` (single source of truth for both Echo Core and Clawdbot).
|
||||
|
||||
## Import Convention
|
||||
|
||||
@@ -77,3 +77,4 @@ Absolute imports via `sys.path.insert(0, PROJECT_ROOT)`: `from src.config import
|
||||
| `config.json` | Runtime config |
|
||||
| `bridge/whatsapp/index.js` | Baileys + Express bridge, port 8098 |
|
||||
| `personality/*.md` | System prompt — cine ești |
|
||||
| `memory/` | Symlink → `/home/moltbot/clawd/memory/` (shared KB) |
|
||||
|
||||
Reference in New Issue
Block a user