From c3d72e386ccd8b4177971a45cc0d5f64cf13ae5e Mon Sep 17 00:00:00 2001 From: David Plakon Date: Tue, 21 Jul 2026 14:51:25 -0500 Subject: [PATCH] Add Oz CLI verify + install step to setup skill Verify the Oz CLI during setup and, when it is missing, prefer the standalone Oz CLI install over installing the full Warp app, with a deep link to the install docs and the macOS Homebrew command. Co-Authored-By: Oz --- .warp/skills/setup/SKILL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.warp/skills/setup/SKILL.md b/.warp/skills/setup/SKILL.md index 8460d4d..72ee176 100644 --- a/.warp/skills/setup/SKILL.md +++ b/.warp/skills/setup/SKILL.md @@ -25,6 +25,9 @@ Verify and report; offer install instructions for anything missing: - **Python 3.11+** — `python3 --version` - **GitHub CLI** — `gh --version` (needed for `analyze_customer_feedback` and report PRs) - **Warp** — the user is presumably already running the agent in Warp +- **Oz CLI** — `oz whoami` (needed for `fix_p0_issues` and any Oz cloud runs): + - **Command not found** → if the [Warp app](https://docs.warp.dev/getting-started/installation-and-setup) is already installed, the CLI ships with it. Otherwise, prefer the standalone Oz CLI — there is no need to install the full Warp app just for the CLI. See [Installing the CLI](https://docs.warp.dev/reference/cli#installing-the-cli); on macOS: `brew tap warpdotdev/warp && brew install --cask oz`. + - **Not authenticated** → run `oz login` (interactive), or for CI/headless environments export `WARP_API_KEY`. ## Phase 2: Ask which integrations the user wants