fix: add missing libraries to TIER_1_LIBRARIES for CLI consistency#34
Merged
youssefragab99 merged 1 commit intomainfrom Jan 29, 2026
Merged
fix: add missing libraries to TIER_1_LIBRARIES for CLI consistency#34youssefragab99 merged 1 commit intomainfrom
youssefragab99 merged 1 commit intomainfrom
Conversation
Several libraries had working Tier 1 AST transformers but were not listed in TIER_1_LIBRARIES, causing the CLI to incorrectly fall back to Tier 3 LLM instead of using the deterministic transforms. Libraries added: - celery (10 tests) - httpx (10 tests) - aiohttp (9 tests) - click (9 tests) - attrs (12 tests) - django (14 tests) All 352 unit tests pass. The migration engine now correctly reports "Using Tier 1 (deterministic AST transforms)" for these libraries.
youssefragab99
added a commit
that referenced
this pull request
Feb 7, 2026
…-blockers fix: add missing libraries to TIER_1_LIBRARIES for CLI consistency
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.
Several libraries had working Tier 1 AST transformers but were not listed in TIER_1_LIBRARIES, causing the CLI to incorrectly fall back to Tier 3 LLM instead of using the deterministic transforms.
Libraries added:
All 352 unit tests pass. The migration engine now correctly reports "Using Tier 1 (deterministic AST transforms)" for these libraries.
Summary
Brief description of the changes in this PR.
Type of Change
Related Issues
Fixes #(issue number)
Changes Made
Testing
Checklist
blackandruffon my codeScreenshots (if applicable)
Add screenshots or terminal output showing the changes.