From 6f0adebe96cc819bfc06ee666549c27b02db3ed3 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 6 May 2026 12:21:35 -0700 Subject: [PATCH] evals: drop SUPERPOWERS_ROOT setup step from README/CLAUDE The cli.py helper now defaults the env var. Mention as override only. --- evals/CLAUDE.md | 3 ++- evals/README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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