Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# beflow

**An AI-agent orchestration CLI for governed autonomy — drives your backlog to
Expand Down Expand Up @@ -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.

Expand Down