diff --git a/AGENTS.md b/AGENTS.md index a0bea1d6e9..3f1d7db043 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -47,3 +47,4 @@ - Avoid creating new class or property unless you have to. - Avoid shadow var, e.g. `bytes` should be named as `payload`. - Avoid using `js/Buffer` in browser related code. +- Git commits should include a concise summary.