We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4876a commit ad23d5dCopy full SHA for ad23d5d
agents/backport_agent.py
@@ -193,6 +193,7 @@ def get_instructions() -> str:
193
- Adapt to older codebase
194
- Add missing helpers if needed
195
- Rewrite to use older APIs if needed
196
+ - Prioritize preserving the patch's original logic. The final backport must still fix the original bug.
197
c. Stage ALL resolved files: `git -C <UPSTREAM_REPO> add <file>` for each file
198
d. Complete cherry-pick: `cherry_pick_continue` tool
199
3. CRITICAL: Only move to next commit after current one is FULLY COMPLETE
0 commit comments