diff --git a/README.md b/README.md index ea261db..26e60f4 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ labels, not the agent — which is the report's main finding. # Node ≥ 22.18 (24 recommended), then `claude login` or export ANTHROPIC_API_KEY=… git clone https://github.com/mnkprs/fairtask && cd fairtask && npm ci -# screen any SWE-bench-style task from Hugging Face (~3 min, ~$1 at list price) +# screen any SWE-bench task by its instance id (~3 min, ~$1 at list price). Nothing to download first: +# the command fetches the task from Hugging Face and shallow-clones the repository at the right commit. npm run screen -- --swebench django__django-11099 # screen your own task (JSON format in §2b) @@ -54,12 +55,17 @@ npm run screen -- --task my-task.json npx skills add mnkprs/fairtask ``` +The `--` after `npm run