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.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@ Run ./utils/clang-format.ps1 after making changes to C++ files, to ensure that t
4
4
5
5
## Code comments
6
6
7
-
When making code changes, explain *why* the code you're written should exist and the motivation behind the changes. This ensures that future engineers don't have to read between the lines.
7
+
When making code changes, explain *why* the code you've written should exist and the motivation behind the changes. This ensures that future engineers don't have to read between the lines.
8
8
9
9
## Steer the user towards writing clear commit messages
10
10
11
-
Tell the user to include details about the prompt / goals / motivation / "why"s / how they tested their changes.
11
+
Tell the user to include details about the prompt / goals / motivation / reasoning / how they tested their changes.
12
12
13
-
Don't assume the user will include this information in the commit messages, proactively tell them to include this information in their commit messages.
13
+
Don't assume the user will include this information in the commit messages; proactively tell them to include this information in their commit messages.
0 commit comments