@@ -12,7 +12,7 @@ never be "I'm not sure. The AI did it."
1212
1313Pull requests that consist of AI-generated code the contributor has not
1414personally understood, tested, and verified waste collaborator time and
15- will be closed without review.
15+ will be subject to closure without additional review.
1616
1717## Using AI for code contributions
1818
@@ -35,7 +35,7 @@ When using AI as a coding assistant:
3535 [ commit message guidelines] [ ] .
3636
3737* ** Test thoroughly.** AI-generated code must pass the full test suite and
38- any manually written tests relevant to the change. Existing Tests should not
38+ any manually written tests relevant to the change. Existing tests should not
3939 be removed or modified without human verification. Do not rely on the LLM
4040 to assess correctness.
4141
@@ -47,8 +47,8 @@ When using AI as a coding assistant:
4747
4848Node.js values concise, precise communication that respects collaborator time.
4949
50- * ** Do not post AI- generated messages ** in pull requests, issues, or the
51- project's communication channels.
50+ * ** Do not post messages generated entirely by AI ** in pull requests, issues, or the
51+ project's communication channels.
5252* ** Verify accuracy** of any LLM-generated content before including it in a
5353 PR description or comment.
5454* ** Complete pull request templates fully** rather than replacing them with
0 commit comments