refactor: rename v1 references to base

- Remove v1 versioning from project name
- Update all references: TrueRecall v1 → TrueRecall Base
- Update paths: true-recall-v1 → true-recall-base
- Clean up README (remove version number)
- Update config description
- Update service file description and paths
This commit is contained in:
root
2026-02-26 21:42:05 -06:00
parent 2f53d22943
commit 436d12b76c
4 changed files with 15 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
# TrueRecall Base (v1)
# TrueRecall Base
**Purpose:** Real-time memory capture → Qdrant `memories_tr`
@@ -12,6 +12,11 @@ TrueRecall Base is the **foundation**. It watches OpenClaw sessions in real-time
This is **required** for both addons: **Gems** and **Blocks**.
**Base does NOT include:**
- ❌ Curation (gem extraction)
- ❌ Topic clustering (blocks)
- ❌ Injection (context recall)
**Features:**
- ✅ Full context conversations saved (not just summaries)
- ✅ Automatically stripped of markdown, tables, and extra characters
@@ -82,7 +87,7 @@ curl -s http://10.0.0.40:6333/collections/memories_tr | jq '.result.points_count
|------|---------|
| `watcher/realtime_qdrant_watcher.py` | Capture daemon |
| `watcher/mem-qdrant-watcher.service` | Systemd service |
| `config.json` | v1 configuration |
| `config.json` | Configuration template |
---
@@ -109,9 +114,6 @@ Install **TrueRecall v2** for curation and injection:
# - Injection (recalls gems into context)
```
v2 requires v1 to be running first.
v2 requires Base to be running first.
---
**Version:** 1.0
**Prerequisite for:** TrueRecall v2