diff --git a/evals/CLAUDE.md b/evals/CLAUDE.md index f52476a5..43cce6a0 100644 --- a/evals/CLAUDE.md +++ b/evals/CLAUDE.md @@ -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. diff --git a/evals/README.md b/evals/README.md index a069bd12..1e9fab2f 100644 --- a/evals/README.md +++ b/evals/README.md @@ -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