You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,20 @@ Work enters as intent and leaves as evidence.
49
49
50
50
## Install
51
51
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
+
52
66
```bash
53
67
pipx install brigade-cli
54
68
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.
241
255
242
256
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.
243
257
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
+
244
260
## Harnesses
245
261
246
262
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