You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(workbench): refresh the take's figures, and stop pointing at a file no clone has
The README still announced 356 points and 24 238 characters for `getCursorTrack`
and claimed those numbers were asserted in `l0/real-fixture.wb.ts` — which asserts
148 and 7 797 since the keyframe reduction. A reference that cites a test saying
the opposite is worse than none: it is where the stale figure gets re-fetched.
Four places also sent the reader to `workbench/fixtures/README.md`. That path is
inside a gitignored directory and was never versioned, so it resolves in no clone
at all; `check-docs` does not catch it because it is inline code, not a link. The
provenance it promised is in this README, so say so there and drop the pointer.
While at it, the consequence a newcomer meets first: 44 L0 tests fail on a fresh
clone, all on that missing take, and nothing in CI runs the bench to say so.
0 commit comments