docs: rewrite bench README as reader-first with results #35
Reference in New Issue
Block a user
Delete Branch "docs-bench-readme"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rewrites
bench/README.mdfrom maintainer-facing internal documentation into a reader-facing overview, and adds the completed benchmark results.Why
The old README led with a per-file
## Layoutof every module and a vocabulary glossary, then run/report/test instructions — optimized for someone modifying the harness, not for a reader asking "what is this and what did it find." It also had no results.What changed
The README is now a one-screen doc:
gitea-mcpedges it on accuracy).Removed: the per-file layout, the vocabulary glossary, the packaging note, the spec/ADR pointer, and the
## Running a cell/## Reading the results/## Testssections. That detail lives in the code and the spec; here it buried the point.Docs-only change — no code touched.