Skip to content

Commit 1013fdf

Browse files
Update AGENTS.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent e6e9f08 commit 1013fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ This document captures the current architecture, coding conventions, and design
106106
1. Please make all **commits logically distinct**.
107107
2. Please make all **commits standalone** (i.e. so that they can be readily removed tens of commits later without impact the rest of the code).
108108
3. Scaffold logically distinct commits that are standalone, before you start adding code.
109-
4. Related to logically distinct code, and standalone commits care must be taken for all **code to be human-readable, and reviewable by human developers**.
109+
4. Related to logically distinct code and standalone commits, care must be taken for all **code to be human-readable, and reviewable by human developers**.
110110
5. Please set up code for **performance profiling utilizing puffin** (e.g. `cargo run --release --features puffin`).
111111
6. Related to **Puffin & performance profiling**, for code suspected of impacting performance, carefully consider adding performance profiling attributes such as e.g. profiling::function to see function performance in the profiler.
112112
7. **Global variables are not allowed** in this codebase, even if they are thread local. State should be managed in an struct that is passed in as reference.

0 commit comments

Comments
 (0)