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
+27-3Lines changed: 27 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ next-issue:
21
21
22
22
Note! If you try to add a commit message like 'jj new -m "blah"' or 'jj describe -m "blah"' the resulting message will not be formatted properly.
23
23
24
+
`cat rules/writing.md`
25
+
24
26
EOF
25
27
26
28
rm next-issue.md
@@ -34,30 +36,38 @@ review-change:
34
36
- Write your review inline in the code itself by using code comments starting with '//REVIEW(author)' (or '# REVIEW(author)') to record your review.
35
37
- While reviewing make sure that the rules in '/rules' folder are satisfied by the change under review.
36
38
- DO NOT make any other changes in the code except adding the above-mentioned review comments.
37
-
- DO NOT review code which is unrelated to the change under review
39
+
- DO NOT review code which is unrelated to the change under review. You can review code not in the diff, if its functionality was indirectly changed by the diff under review.
40
+
- DO NOT write positive review comments. You can write positive statements in the review summary. Use review comments ONLY to point out potential problems or improvements.
38
41
39
42
4. Examine the changes and update the list of issues in 'issues.md'
40
43
- If the change affects a specific issue update its status
41
44
- If the change partially solves an issue update its status and create new issues for the part which is not yet solved
42
45
- If the change affects any non-related issue or creates new issues write that down as well
43
46
- If you find any problems in the code unrelated to the change under review DO NOT write/update issues about them. We only care about how the change under review affects the overall state of the code and issues.
44
47
45
-
Issues file must follow the rules in '/rules/issues.md'
46
48
5. Update the change description with a summary of the review using 'jj describe --stdin <<REVIEW
2. Check if it follows the rules in '/rules/issues.md'
63
+
2. Check if it follows the rules listed below
58
64
3. run 'jj new -m "issues(codex): ..."'. For example 'jj new -m "issues(codex): Removing duplicate dog-barking issue"'
59
65
4. Refactor the issues database to follow the specified rules. Do the MINIMAL changes necessary to make sure that the database follows the rules, while not removing any existing information in it.
60
66
5. Finally update the file '/issues-overview.md' to match the changes in 'issues.md'. It is a table of issues and statuses.
67
+
68
+
`cat rules/writing.md`
69
+
70
+
`cat rules/issues.md`
61
71
EOF
62
72
63
73
archive-issues:
@@ -99,3 +109,17 @@ work:
99
109
jj squash issues.md
100
110
jj edit -r @-
101
111
done
112
+
113
+
# This should be started if you stop at editor phase and want to continue from where you left off
Follow these instructions for **ALL** human-readable text that you produce:
4
+
5
+
* You are writing to a high-powered executive whose time is very valuable.
6
+
7
+
* Put the Bottom Line Up Front. Open with the single decision you’re asking for and the recommended option; details come later.
8
+
9
+
* Narrative > slides (when stakes are high). For complex or strategic topics, use a short narrative memo (1–6 pages)
10
+
11
+
* Structure ideas top-down. Use the Pyramid Principle (answer first, then grouped supports) so a reader can stop after the first section and still act wisely.
12
+
13
+
* Write in plain language. Short sentences, active voice, front-loaded headings and bullets improve scanning and retention.
14
+
15
+
* Design for scanning. Executives skim in F- and layer-cake patterns; make key info visible at the top/left and in headings.
0 commit comments