docs: state measured test-dir count and depth per codebase#1
Merged
Conversation
Make the discoverability variable concrete: add measured "test dirs under root" and "max test-file depth" to the README codebases table and a full depth-distribution breakdown in docs/repos.md (pydantic 18 dirs / depth 1; SQLAlchemy 34 / depth 2 with zero files at root). Clarify the gradient loads on different axes (breadth vs depth vs custom framework). dbt-core's 105-dir figure is footnoted as study-era only: main is now a Rust rewrite and config.py clones HEAD without pinning a SHA, so it is not re-measurable. Disclosed as a reproducibility gap. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
b1c5bbb to
311586c
Compare
Add the end-to-end pipeline flowchart (commit -> deleted worktree -> A1/A2 arms -> judge/metrics -> result) to the README, and wire Mermaid.js into the custom Jekyll layout so ```mermaid blocks actually render on the GitHub Pages site (kramdown emits language-mermaid code blocks that Mermaid does not pick up on its own). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Makes the discoverability variable (the study's independent variable) concrete.
Changes
sqlalchemy.testingplugin).Honest caveat
dbt-core's 105-dir figure is footnoted as study-era only:
mainis now a Rust rewrite (no Pythontests/),config.pyclones HEAD without pinning a SHA, anddata/commits/dbt-core/is gitignored — so it isn't re-measurable. Disclosed as a reproducibility gap; SHA-pinning is the fix.pydantic and SQLAlchemy measured at current HEAD via
--depth 1clones.🤖 Generated with Claude Code