chore: docblock improvements#451
Merged
Merged
Conversation
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Feb 16, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #451 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 109 109
Lines 15974 16006 +32
Branches 1432 848 -584
==========================================
+ Hits 15974 16006 +32
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
wschurman
changed the base branch from
wschurman/02-16-fix_make_non-authorized_construction_internal_and_private
to
graphite-base/451
February 17, 2026 16:38
wschurman
force-pushed
the
graphite-base/451
branch
from
February 17, 2026 16:38
00fa546 to
f8fb354
Compare
wschurman
force-pushed
the
wschurman/02-16-chore_docblock_improvements
branch
from
February 17, 2026 16:38
2109394 to
364a3bd
Compare
wschurman
marked this pull request as ready for review
February 17, 2026 17:08
ide
approved these changes
Feb 17, 2026
wschurman
force-pushed
the
wschurman/02-16-chore_docblock_improvements
branch
from
February 17, 2026 22:31
364a3bd to
83d672e
Compare
wschurman
changed the base branch from
graphite-base/451
to
wschurman/02-16-fix_reorganize_constructionutils_to_make_non-public
February 17, 2026 22:31
Member
Author
Merge activity
|
wschurman
changed the base branch from
wschurman/02-16-fix_reorganize_constructionutils_to_make_non-public
to
graphite-base/451
February 17, 2026 22:40
wschurman
force-pushed
the
wschurman/02-16-chore_docblock_improvements
branch
from
February 17, 2026 22:41
83d672e to
a30374e
Compare
wschurman
added a commit
that referenced
this pull request
Feb 17, 2026
# Why As part of #451, claude noticed that we used both american and british english variants of "adapter"/"adaptor". This makes them consistent by making them all "adapter". # How Update name. Technically this is a breaking change but the nature of the library allows `tsc` to catch it in all application code that uses the library. # Test Plan `yarn tsc`
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.

Why
Asked claude to audit the docblocks for incorrect or missing info. This is what it mentioned as being good improvements.
How
Update docblocks.
Test Plan
Proofread.