evals: drop SUPERPOWERS_ROOT setup step from README/CLAUDE

The cli.py helper now defaults the env var. Mention as override only.
This commit is contained in:
Jesse Vincent
2026-05-06 12:21:35 -07:00
committed by Drew Ritter
parent fd5b53cb85
commit 6f0adebe96
2 changed files with 4 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ Superpowers skill compliance benchmark. Python 3.11+, managed with uv.
## Required env
```
SUPERPOWERS_ROOT=/path/to/superpowers
ANTHROPIC_API_KEY=sk-...
```
`SUPERPOWERS_ROOT` defaults to the parent of `evals/` (the superpowers repo root). Override only if running drill against a different superpowers checkout.

View File

@@ -20,10 +20,11 @@ uv sync --dev
Required environment:
```bash
export SUPERPOWERS_ROOT=/path/to/superpowers
export ANTHROPIC_API_KEY=sk-...
```
`SUPERPOWERS_ROOT` defaults to the parent of `evals/` (the superpowers repo root) and only needs to be set if you're running drill against a different superpowers checkout.
## Usage
```bash