From 8033b639d8d507d9ab7b914dcc915e39a7ef821e Mon Sep 17 00:00:00 2001 From: satyaborg Date: Thu, 11 Jun 2026 11:20:05 +1000 Subject: [PATCH] docs: note gh requirement for PR-backed loops --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd1c2c3..8c852f7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ curl -fsSL https://devloop.sh/install | bash Installs to `~/.local/share/devloop`, links `~/.local/bin/devloop`, and installs the bundled Codex and Claude Code skills. -Required: Bash, git, Homebrew, `codex`, `claude`, `gum`, and `fzf`. The installer can install missing `gum` and `fzf`; install the agent CLIs yourself. +Required: Bash, git, Homebrew, `codex`, `claude`, `gum`, and `fzf`. The installer can install missing `gum` and `fzf`; install the agent CLIs yourself. PR-backed loops (`--create-pr`) additionally require an authenticated `gh`. From source: