Skip to content

Commit d79b4ba

Browse files
authored
docs: make agent paste the default install path (#523)
Lead Install with a paste-into-agent prompt. Shell commands stay as the same path agents execute. Spell out who runs what: agents drive the fleet; humans review gates.
1 parent a5cdcea commit d79b4ba

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,20 @@ Work enters as intent and leaves as evidence.
4949

5050
## Install
5151

52+
**Default path: give the job to an agent.** Paste something like this into Claude Code, Codex, Cursor, OpenClaw, or any agent with shell access:
53+
54+
```text
55+
Read https://github.com/escoffier-labs/brigade and follow AGENTS.md.
56+
Install brigade-cli with pipx if missing. Run operator quickstart with
57+
--dry-run first and show the plan. Then apply, run brigade operator doctor,
58+
and report ready: yes. Keep existing memory layout. Do not touch remotes,
59+
do not commit, stop before anything destructive.
60+
```
61+
62+
The agent installs, runs `brigade setup`, wires harnesses, and leaves files on disk. You review when the gate is ambiguous or risky. You do not have to type the install path yourself.
63+
64+
**If you prefer a shell** (same commands the agent would run):
65+
5266
```bash
5367
pipx install brigade-cli
5468
pipx ensurepath # then open a new shell so `brigade` is on PATH
@@ -241,6 +255,8 @@ I run an always-on OpenClaw agent next to daily Codex and Claude Code sessions.
241255

242256
Kitchen language (*brigade de cuisine*, *mise en place*, station nicknames) is brand and deep docs. Commands and product surfaces stay plain: receipt, code map, evidence log, sync, handoff.
243257

258+
**Who runs what:** agents install, set up, verify, and write handoffs. Humans set policy and review gates when something is ambiguous or risky. The CLI is the control plane the fleet drives, not a tool you are expected to operate by hand all day.
259+
244260
## Harnesses
245261

246262
Nineteen harnesses get handoff inboxes and ingest coverage, from Codex, Claude Code, and Cursor to Goose, Aider, and OpenHands. Most also get projected tools and skills in their native format. The per-harness matrix is in the [technical guide](docs/technical-guide.md).

0 commit comments

Comments
 (0)