You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: agents.just
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,8 @@ review-change-inner:
200
200
{{codex}} <<EOF
201
201
1. Fetch the current changes by writing 'jj show'
202
202
2. Create a new change by calling 'jj new -m "review(codex): ..."'. For example 'jj new -m "review(codex): Issue 004 - introducing dog barking functionality"'
203
-
3. Do a deep review of the change.
203
+
3. Run the tests and confirm that they pass ("just venv 3.13 dev test" and "just venv 3.12 dev test")
204
+
4. Do a deep review of the change.
204
205
- Write your review inline in the code itself by using code comments starting with '//REVIEW(author)' (or '# REVIEW(author)') to record your review.
205
206
- While reviewing make sure that the rules in '/rules' folder are satisfied by the change under review.
206
207
- DO NOT make any other changes in the code except adding the above-mentioned review comments.
0 commit comments