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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,10 @@ Before doing non-trivial work, read:
12
12
13
13
For deeper context on a specific subsystem (component serialization, CRDT suppression, world transform behavior, etc.), use `docs/REFERENCES.md` as the entry point.
14
14
15
+
## Reviewing PRs
16
+
17
+
When reviewing a PR (or authoring one), read **[REVIEW.md](REVIEW.md)** first and apply every rule in it. It defines blocking reject conditions: pervasive narration comments, AI-filler PR descriptions without a human-readable "how to test", and bug fixes shipped without a test scene or failing-test repro.
18
+
15
19
## Packages
16
20
17
21
Six packages under `packages/@dcl/` (a monorepo layout, but **not** npm workspaces):
|[../REVIEW.md](../REVIEW.md)| PR review rules every reviewer (human or agent) must apply: code-comment policy, PR description requirements, proof-of-fix requirement, and the blocking reject conditions. |
0 commit comments