File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -663,3 +663,12 @@ practices detailed in `AGENTS.md`.
663
663
to locate files/modules based on common directory structures are
664
664
unsuccessful, explicitly ask for more specific paths rather than assuming a
665
665
module doesn't exist or contains no relevant code.
666
+ * ** GitHub PR Review Comments** : If the user asks you to address comments from
667
+ GitHub code review, that means that you should run the following command:
668
+ ` python3 scripts/print_github_reviews.py --branch BRANCH_NAME_THAT_JULES_PUSHED_TO_GITHUB `
669
+ (with the remote branch name that was actually pushed to GitHub substituted,
670
+ and if you aren't sure what it is or it returns an error, just ask the user,
671
+ as they may have renamed the branch before pushing) and address the comments
672
+ it shows. If it succeeds, then subsequent times you run the script on the
673
+ same branch, include the ` --since ` parameter in accordance with the previous
674
+ script run's output to ensure you only fetch new comments.
You can’t perform that action at this time.
0 commit comments