From 2c44e8413b04c54c43fb5c32dfdf04049eb73e02 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Sat, 22 Aug 2026 03:58:12 +0300 Subject: [PATCH] docs: improve README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e45547..bb1ac52 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # beflow **An AI-agent orchestration CLI for governed autonomy — drives your backlog to @@ -52,8 +54,8 @@ flowchart LR - **[Bun](https://bun.sh)** ≥ 1.0 — beflow runs on the Bun runtime. - A **coding-agent CLI** that speaks [ACP](https://agentclientprotocol.com) - (e.g. `claude`) plus [`acpx`](https://www.npmjs.com/package/acpx) (fetched - automatically via `bunx`). + (e.g. `claude`) plus [`acpx`](https://www.npmjs.com/package/acpx) (default + `bunx acpx`, configurable under `tools.acpx`). - **`git`** and the **`gh`** CLI (for the PR step). - A **Plane** or **Linear** workspace and a personal API token.