From 0cb9a24327b3ac0081f0f202c11493750afc1606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CBeeRad=E2=80=9D?= Date: Tue, 10 Feb 2026 15:54:53 +1100 Subject: [PATCH] docs: add rah_search_content and rah_sqlite_query to README tool table Co-Authored-By: Claude Opus 4.6 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a6fa643..3bedccf 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,8 @@ Available tools: | `rah_read_guide` | Read a guide by name | | `rah_write_guide` | Create or update a custom guide | | `rah_delete_guide` | Delete a custom guide | +| `rah_search_content` | Search through source content (transcripts, books, articles) | +| `rah_sqlite_query` | Run read-only SQL queries (SELECT/WITH/PRAGMA) | **Example prompts for Claude Code:** - "What's in my knowledge graph?"