refactor(@angular/cli): remove modernize tool and add instructions for schematic discovery - #33089
Merged
Merged
Conversation
clydin
force-pushed
the
refactor/remove-modernize
branch
2 times, most recently
from
April 29, 2026 15:29
bbeeb65 to
2482f15
Compare
clydin
marked this pull request as ready for review
April 29, 2026 15:39
There was a problem hiding this comment.
Code Review
This pull request removes the 'modernize' tool and its associated test file, while updating the MCP server documentation to provide guidance on discovering schematics via shell commands. I have provided a suggestion to correct the syntax and punctuation in the newly added documentation.
alan-agius4
approved these changes
Apr 30, 2026
This comment was marked as outdated.
This comment was marked as outdated.
…r schematic discovery Remove the `modernize` tool from the Angular CLI MCP server, as it is largely redundant with the official Angular developer skill and direct usage of schematics. To compensate for this removal, add instructions to the server describing how agents can use `ng generate <package>: --help` to discover available modernization schematics. This simplifies the codebase while maintaining the ability for agents to perform code modernization.
clydin
force-pushed
the
refactor/remove-modernize
branch
from
April 30, 2026 11:53
2482f15 to
00c31d6
Compare
Member
Author
|
This PR was merged into the repository. The changes were merged into the following branches:
|
|
This pull request has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Remove the
modernizetool from the Angular CLI MCP server, as it is largely redundant with the official Angular developer skill and direct usage of schematics. To compensate for this removal, add instructions to the server describing how agents can useng generate <package>: --helpto discover available modernization schematics. This simplifies the codebase while maintaining the ability for agents to perform code modernization.