From 1a61a2cc81f0166621156bdbda96cb9cca6c56ee Mon Sep 17 00:00:00 2001 From: Pnant <73925474+Panniantong@users.noreply.github.com> Date: Wed, 4 Mar 2026 14:33:38 +0800 Subject: [PATCH] docs: clarify agent-reach has no read/search commands (#59) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove dead '# ── read ──' placeholder comment in cli.py - Reword SKILL.md to make it explicit that agent-reach is an installer/config tool, not a content fetcher - Addresses confusion from issue #58 Co-authored-by: Panniantong --- agent_reach/cli.py | 1 - agent_reach/skill/SKILL.md | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/agent_reach/cli.py b/agent_reach/cli.py index caa7a22..3ed4629 100644 --- a/agent_reach/cli.py +++ b/agent_reach/cli.py @@ -57,7 +57,6 @@ def main(): parser.add_argument("--version", action="version", version=f"Agent Reach v{__version__}") sub = parser.add_subparsers(dest="command", help="Available commands") - # ── read ── # ── setup ── sub.add_parser("setup", help="Interactive configuration wizard") diff --git a/agent_reach/skill/SKILL.md b/agent_reach/skill/SKILL.md index f737290..6c49b85 100644 --- a/agent_reach/skill/SKILL.md +++ b/agent_reach/skill/SKILL.md @@ -76,7 +76,9 @@ When a user asks to configure/enable any channel: ## Using Upstream Tools Directly -After `agent-reach install`, call the upstream tools directly. No need for `agent-reach read` or `agent-reach search`. +After `agent-reach install`, call the upstream tools directly. + +> **Note:** `agent-reach` is an installer and config tool — it does NOT have `read`, `search`, or content-fetching commands. Use the upstream tools below instead. ### Twitter/X (xreach CLI)