refactor(deadcode): tighten Anthropic extension roots#108547
Merged
Conversation
steipete
added a commit
that referenced
this pull request
Jul 16, 2026
…oots The strict knip workspaces landed in #108547 flagged seven files. Two are convention-resolved and become explicit entries (discord configured-state via the package-state probes, qa-lab cli via the SDK facade basename resolver); the other five were dead barrels/wrappers superseded by canonical modules and are deleted (browser bridge/cdp barrels, discord timeouts wrapper, openai register.runtime, qa-lab model-selection wrapper).
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
Jul 16, 2026
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
Jul 16, 2026
…oots The strict knip workspaces landed in openclaw#108547 flagged seven files. Two are convention-resolved and become explicit entries (discord configured-state via the package-state probes, qa-lab cli via the SDK facade basename resolver); the other five were dead barrels/wrappers superseded by canonical modules and are deleted (browser bridge/cdp barrels, discord timeouts wrapper, openai register.runtime, qa-lab model-selection wrapper).
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.
What Problem This Solves
The generic plugin workspace pattern treated every Anthropic source file as a Knip entry, hiding 24 unused exports from the hard-zero dead-code gate.
Why This Change Was Made
This switches Anthropic and Anthropic Vertex to explicit runtime entries, removes or privatizes the newly exposed internal surfaces, and migrates tests to retained provider, catalog, stream, and usage boundaries. No plugin API or user behavior changes.
User Impact
No user-visible impact. The production dead-code configuration now checks Anthropic implementation files instead of implicitly exempting them.
Evidence