From 2f11bf796169f9cf45f1a31813b9f7cdbd62e411 Mon Sep 17 00:00:00 2001 From: Chris La Date: Fri, 13 Mar 2026 16:33:22 -0700 Subject: [PATCH] Add pip as tool prerequisite in AGENT.md Declares pip as a required tool so that validate_agent() can detect when Python/pip is missing before attempting to install the CLI. Co-Authored-By: Claude Opus 4.6 --- strawpot_openhands/AGENT.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/strawpot_openhands/AGENT.md b/strawpot_openhands/AGENT.md index 2945a5e..bf1d3c8 100644 --- a/strawpot_openhands/AGENT.md +++ b/strawpot_openhands/AGENT.md @@ -10,6 +10,8 @@ metadata: macos: curl -fsSL https://raw.githubusercontent.com/strawpot/strawpot_openhands_cli/main/strawpot_openhands/install.sh | sh linux: curl -fsSL https://raw.githubusercontent.com/strawpot/strawpot_openhands_cli/main/strawpot_openhands/install.sh | sh tools: + pip: + description: Python package manager (https://python.org) openhands: description: OpenHands CLI install: