refactor: remove dead code, redundant wrappers, and low-value tests - #41
Merged
Merged
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.
Scriber still carried unused UI implementations, generated component scaffolding, obsolete entry points, and forwarding helpers. Some tests only asserted CSS values, source spelling, constants, or code that no longer had callers. These made routine changes harder to review without protecting useful behavior.
This cleanup removes 2,046 net lines across 55 files.
Changes
All deleted application symbols were checked for callers across the repository. The audit covered the frontend, backend/API/runtime, native shell, scripts/packaging, extension, benchmarks, and historical ML area. Historical ML evidence, platform hooks, public domain boundaries, security checks, cancellation ownership, and packaging locks were retained. No dependency or model upgrades are included.
Validation
The complete Hybrid PR Checks run 361 passed for final head
7c9b5914d74714d44a12e1cc032b9b8ccab9aba0.The five Python skips concern optional locked QuickJS/FFmpeg and shipping-native-runtime qualification conditions. Earlier Linux-only failures were documented during local validation; the full Windows CI suite now passes. The browser smoke holds the provider worker at the queued-job boundary. Installed-app, physical-device, and external-provider checks were not run; no installer or release was built.
CI evidence