Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .warp/skills/setup/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ Work from the repository root (the directory containing `AGENTS.md` and `.env.ex
`git status --short` (warn only about uncommitted changes to files a search-and-replace
will touch — untracked or unrelated files are fine).
3. Check `python3 --version` (3.10+ required by the stats scripts).
4. Read `README.md` ("How to deploy" section) and skim
4. Verify the Oz CLI (needed for the Phase 6 Oz wiring — environments, schedules):
```bash
oz whoami
```
- **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`.
5. Read `README.md` ("How to deploy" section) and skim
`.warp/skills/cro/references/config.md` so you know where values land.

## Phase 1 — Collect values from the user
Expand Down