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:
|
00fa546 to
f8fb354
Compare
2109394 to
364a3bd
Compare
ide
approved these changes
Feb 17, 2026
364a3bd to
83d672e
Compare
Member
Author
Merge activity
|
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.