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)