Skip to content

Commit 1973f46

Browse files
committed
Add note in the rebase prompt about deleted patch files
1 parent ae5cb01 commit 1973f46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agents/rebase_agent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def get_instructions() -> str:
9595
8. In your output, provide a "files_to_git_add" list containing all files that should be git added for this rebase.
9696
This typically includes the updated spec file and any new/modified/deleted patch files or other files you've changed
9797
or added/removed during the rebase. Do not include files that were automatically generated or downloaded by spectool.
98+
Make sure to include patch files that were also removed from the spec file.
9899
99100
100101
General instructions:

0 commit comments

Comments
 (0)