docs: nightly quality fixes (2026-07-10)#47
Open
jamierthompson wants to merge 1 commit into
Open
Conversation
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.
What & why
Automated nightly documentation & code-quality sweep. One change:
src/demo/index.ts— trimmed an aspirational note in the barrel's doc comment: "the surface that will become the npm package" → dropped. The package isprivate: truewith no publish config, so the clause was a speculative "will exist" reference (the kind that quietly goes stale). The accurate description ("Public API for the demo; consumers import from here, never internal paths") is kept, and the two sentences were merged for concision.Everything else checked out — README/AGENTS claims match the code (stack, Radix Dialog/ScrollArea/Tabs usage, feature and testing-coverage claims), links resolve, and the code comments are load-bearing "why"/state descriptions (e.g. the legend pulse-replay gotcha, the state-machine test notes), so they were left as-is.
How tested
Docs/comment-only change; no runtime or contract impact. No behavior, control flow, public API, or config touched.
Rules or docs touched
None — comment-only edit in
src/demo/index.ts.