docs: clarify agent-reach has no read/search commands (#59)
- 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 <panniantong@users.noreply.github.com>
This commit is contained in:
@@ -57,7 +57,6 @@ def main():
|
|||||||
parser.add_argument("--version", action="version", version=f"Agent Reach v{__version__}")
|
parser.add_argument("--version", action="version", version=f"Agent Reach v{__version__}")
|
||||||
sub = parser.add_subparsers(dest="command", help="Available commands")
|
sub = parser.add_subparsers(dest="command", help="Available commands")
|
||||||
|
|
||||||
# ── read ──
|
|
||||||
# ── setup ──
|
# ── setup ──
|
||||||
sub.add_parser("setup", help="Interactive configuration wizard")
|
sub.add_parser("setup", help="Interactive configuration wizard")
|
||||||
|
|
||||||
|
|||||||
@@ -76,7 +76,9 @@ When a user asks to configure/enable any channel:
|
|||||||
|
|
||||||
## Using Upstream Tools Directly
|
## 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)
|
### Twitter/X (xreach CLI)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user