docs(SDK-971): tsdoc models and internal hooks#1996
Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Delete unused PayPeriod, Payroll, and PayrollTotals model classes (no imports anywhere in the codebase). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
mariechatfield
commented
Jun 3, 2026
| export { useObservability } from './useObservability' | ||
| export { normalizeToSDKError } from '@/types/sdkError' | ||
| export type { ObservabilityProviderProps } from './ObservabilityProvider' | ||
| export type { ObservabilityContextValue } from './ObservabilityContext' |
Contributor
Author
There was a problem hiding this comment.
Fix an error in the API report by exporting the type that the component references
mariechatfield
commented
Jun 3, 2026
Contributor
Author
There was a problem hiding this comment.
Completely unused models, delete them instead of documenting them
… strip @internal boilerplate Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
mariechatfield
commented
Jun 3, 2026
Contributor
Author
There was a problem hiding this comment.
This diff is a bit messy because I reran the api-report:derive script on the merged commit. to keep the diffs clean I may need to switch that to run automatically on branches soon 🫠
This was referenced Jun 4, 2026
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.
Summary
Phase 1 — Internal easy wins (all parallel)
Mark everything
@internal. No reference docs needed.src/contexts/ApiProvider/src/contexts/LocaleProvider/src/contexts/LoadingIndicatorProvider/src/components/Flow/src/components/Base/src/models/src/contexts/ObservabilityProvider/src/hooks/Total: 37 violations, all parallel.
Changes
Each commit represents running
/tsdoc-directory <directory> and commitin claude, using the new agent skills. This represents the first round of backfilling docs according to the docs audit and plan in Notion.Related