chore: Sweep dead code from the package-split refactor#2662
Open
charlesvien wants to merge 17 commits into
Open
chore: Sweep dead code from the package-split refactor#2662charlesvien wants to merge 17 commits into
charlesvien wants to merge 17 commits into
Conversation
|
React Doctor could not complete this scan.
Reviewed by React Doctor for commit |
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.
Problem
The big package-split refactor left a ton of dead code lying around, it pollutes agent context on every read. This is a knip + ts-morph dynamic-harness sweep to clear it out.
Changes
apps/web, protected native depsHow did you test this?
All run locally on this branch:
pnpm typecheck— green across all 22 workspaces (incl.apps/web, the cross-package gate)pnpm lint(biome) — cleanpnpm build— green (8/8, incl. the Electron package)pnpm test— green (18/18 packages; workspace-server DB tests pass after rebuildingbetter-sqlite3for the Node 26 ABI)Automatic notifications