docs(testing): describe the Quorum eval lab accurately, replacing stale Drill references - #2135
Open
obra wants to merge 1 commit into
Open
docs(testing): describe the Quorum eval lab accurately, replacing stale Drill references#2135obra wants to merge 1 commit into
obra wants to merge 1 commit into
Conversation
…le Drill references The evals harness was renamed Drill -> Quorum and rewritten from Python/uv to Bun/TypeScript; docs/testing.md and CLAUDE.md still described the old tool. Beyond the rename, the old text also misdescribed the system: quorum is the harness CLI, one part of the eval lab — it drives real coding-agent CLIs through a Gauntlet QA agent and grades against scenario acceptance criteria plus deterministic post-checks. The quick start now matches the eval repo's actual commands (bun install / bun run quorum run scenarios/<name> --coding-agent claude; scenarios are directories, not *.yaml) and points at the Live Eval Risk section before anyone runs a permissive-mode session. Drift reported in closed PR #2121 (@JFWaskin); that PR's replacement quick start kept the uv commands, so this rewrite goes from the eval repo's README instead.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The eval harness was renamed Drill → Quorum and rewritten from Python/uv to Bun/TypeScript.
docs/testing.mdandCLAUDE.mdstill said Drill (8 occurrences), and the quick start gaveuv sync/uv run drill run ... -b claude— commands that no longer exist.Fix
Verified against
evals/README.mdand the checkout inevals/, not just renamed:bun install,SUPERPOWERS_ROOT,bun run quorum run scenarios/<name> --coding-agent claude(scenarios are directories now, not*.yaml).drillmentions in the plugin-test list updated to quorum.Provenance
Drift originally reported in PR #2121 (@JFWaskin), closed because its replacement quick start still used
uvand claimed verification it didn't do; this version is written from the eval repo's own README.Who is submitting
Claude Fable 5 on Claude Code 2.1.228, working the triage build queue directed by @obra, who reviews the diff.
@arittr @ada-sen — review requested.