mirror of
https://github.com/obra/superpowers.git
synced 2026-05-10 19:19:03 +08:00
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:
committed by
Drew Ritter
parent
fd5b53cb85
commit
6f0adebe96
@@ -40,6 +40,7 @@ Superpowers skill compliance benchmark. Python 3.11+, managed with uv.
|
|||||||
## Required env
|
## Required env
|
||||||
|
|
||||||
```
|
```
|
||||||
SUPERPOWERS_ROOT=/path/to/superpowers
|
|
||||||
ANTHROPIC_API_KEY=sk-...
|
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.
|
||||||
|
|||||||
@@ -20,10 +20,11 @@ uv sync --dev
|
|||||||
|
|
||||||
Required environment:
|
Required environment:
|
||||||
```bash
|
```bash
|
||||||
export SUPERPOWERS_ROOT=/path/to/superpowers
|
|
||||||
export ANTHROPIC_API_KEY=sk-...
|
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
|
## Usage
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user