Skip to content

Commit 37a3c28

Browse files
committed
Latest changes
1 parent 91801d7 commit 37a3c28

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

agents.just

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ review-change-inner:
200200
{{codex}} <<EOF
201201
1. Fetch the current changes by writing 'jj show'
202202
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.
204205
- Write your review inline in the code itself by using code comments starting with '//REVIEW(author)' (or '# REVIEW(author)') to record your review.
205206
- While reviewing make sure that the rules in '/rules' folder are satisfied by the change under review.
206207
- DO NOT make any other changes in the code except adding the above-mentioned review comments.

rules/writing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ Follow these instructions for **ALL** human-readable text that you produce:
1313
* Write in plain language. Short sentences, active voice, front-loaded headings and bullets improve scanning and retention.
1414

1515
* Design for scanning. Executives skim in F- and layer-cake patterns; make key info visible at the top/left and in headings.
16+

0 commit comments

Comments
 (0)