From e073a08562f064fea7c2bf61b6fd17ca2ac6160f Mon Sep 17 00:00:00 2001 From: root Date: Thu, 26 Feb 2026 21:42:46 -0600 Subject: [PATCH] docs: replace v2 references with Gems/Blocks addons - Remove v2 from README Next Step section - Add addon comparison table (Gems vs Blocks) - Update prerequisite mention - Update Python docstring to reference addons --- README.md | 15 ++++++--------- watcher/realtime_qdrant_watcher.py | 2 +- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6bd4f8d..a619b35 100644 --- a/README.md +++ b/README.md @@ -106,14 +106,11 @@ Edit `config.json` or set environment variables: ## Next Step -Install **TrueRecall v2** for curation and injection: +Install an **addon** for curation and injection: -```bash -# v2 adds: -# - Curator (extracts gems from memories) -# - Injection (recalls gems into context) -``` +| Addon | Purpose | +|-------|---------| +| **Gems** | Extracts atomic gems from memories, injects into context | +| **Blocks** | Topic clustering, contextual block retrieval | -v2 requires Base to be running first. - -**Prerequisite for:** TrueRecall v2 +**Prerequisite for:** TrueRecall Gems, TrueRecall Blocks diff --git a/watcher/realtime_qdrant_watcher.py b/watcher/realtime_qdrant_watcher.py index 1a76b54..8f32e55 100644 --- a/watcher/realtime_qdrant_watcher.py +++ b/watcher/realtime_qdrant_watcher.py @@ -3,7 +3,7 @@ TrueRecall Base - Real-time Qdrant Watcher Monitors OpenClaw sessions and stores to memories_tr instantly. -This is the CAPTURE component. For curation and injection, install v2. +This is the CAPTURE component. For curation and injection, install Gems or Blocks addon. """ import os