Document codemod errors and intentional migration exceptions - #98565
Merged
devjiwonchoi merged 1 commit intoSep 14, 2026
Merged
Conversation
Contributor
Tests PassedCommit: 49a4341 |
devjiwonchoi
added this pull request to stack #98567
September 11, 2026 13:31
devjiwonchoi
force-pushed
the
jiwon/agent-upgrade/docs
branch
from
September 11, 2026 14:16
60ac1fb to
84815b8
Compare
devjiwonchoi
removed this pull request from stack #98567
September 11, 2026 14:32
devjiwonchoi
added this pull request to stack #98572
September 11, 2026 14:33
devjiwonchoi
force-pushed
the
jiwon/agent-upgrade/docs
branch
from
September 11, 2026 14:43
84815b8 to
89ab90e
Compare
devjiwonchoi
force-pushed
the
jiwon/agent-upgrade/docs
branch
2 times, most recently
from
September 11, 2026 15:02
ffdd47e to
8e73b55
Compare
aurorascharff
approved these changes
Sep 11, 2026
devjiwonchoi
removed this pull request from stack #98572
September 11, 2026 15:54
devjiwonchoi
added this pull request to stack #98574
September 11, 2026 15:55
devjiwonchoi
force-pushed
the
jiwon/agent-upgrade/docs
branch
from
September 11, 2026 23:14
8e73b55 to
a5b51d4
Compare
Codemod output now marks unfinished async repairs and intentional adoption opt-outs. Explain when to resolve or ignore those markers, update the output examples, and link to the existing async API guide without duplicating its instructions.
devjiwonchoi
marked this pull request as ready for review
September 11, 2026 23:27
devjiwonchoi
force-pushed
the
jiwon/agent-upgrade/docs
branch
from
September 11, 2026 23:27
a5b51d4 to
49a4341
Compare
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.
Stacked on #98560.
Why?
Users need to distinguish unfinished codemod repairs from intentional feature-adoption opt-outs.
How?
Document
@next-codemod-errorand temporaryUnsafeUnwrapped*casts in the codemod guide, with examples and a link to the Async Request APIs migration guide. Explain when an inapplicable suggestion can be marked@next-codemod-ignorewith a reason.Show the ignore comment emitted for Cache Components opt-outs and explain that it does not block compilation.