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 ae5cb01 commit 1973f46Copy full SHA for 1973f46
agents/rebase_agent.py
@@ -95,6 +95,7 @@ def get_instructions() -> str:
95
8. In your output, provide a "files_to_git_add" list containing all files that should be git added for this rebase.
96
This typically includes the updated spec file and any new/modified/deleted patch files or other files you've changed
97
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.
99
100
101
General instructions:
0 commit comments