From ace7c3922047d6152d806cd84155a4d48ddaf639 Mon Sep 17 00:00:00 2001 From: luojiyin Date: Fri, 27 Feb 2026 14:18:35 +0800 Subject: [PATCH] fix/docs: align message channel run command --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 63eac9a..6a9b955 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -17,7 +17,7 @@ Tests are in `tests/`. Documentation is in `docs/`. Legacy implementation is arc - `uv sync`: install/update dependencies - `just install`: setup env + hooks - `uv run bub chat`: run interactive CLI -- `uv run bub telegram`: run Telegram adapter +- `uv run bub message`: run message channels (Telegram/Discord) - `uv run pytest -q` or `just test`: run tests - `uv run ruff check .`: lint checks - `uv run mypy`: static typing checks