Tracks porting develop PRs onto compatible, following the port order in the compatible port plan.
Batch 1 covers the first 10 PRs in port order. All cherry-picked cleanly (git cherry-pick -m 1 -x). #18762 is included in the #18722 port since it merged into that branch.
The PRs are stacked: each one targets the branch of the PR above it, and the first targets compatible. Merge top to bottom and retarget the next PR to compatible after each merge.
🤖 Generated with Claude Code
Tracks porting develop PRs onto
compatible, following the port order in the compatible port plan.Batch 1 covers the first 10 PRs in port order. All cherry-picked cleanly (
git cherry-pick -m 1 -x). #18762 is included in the #18722 port since it merged into that branch.The PRs are stacked: each one targets the branch of the PR above it, and the first targets
compatible. Merge top to bottom and retarget the next PR tocompatibleafter each merge.🤖 Generated with Claude Code