Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# node-api-cts

AI use must follow the [Node.js AI Use Policy and Guidelines](https://github.com/nodejs/node/blob/main/doc/contributing/ai-guidelines.md) and [Code of Conduct](https://github.com/nodejs/node/blob/main/CODE_OF_CONDUCT.md).

## Project Overview

Node-API Conformance Test Suite: A pure ECMAScript test suite for Node-API implementors across different JS engines and runtimes (Node.js, Deno, Bun, React Native, WebAssembly, etc.).
Expand Down
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,16 @@ contribute:
- Documentation improvements
- Joining the Node-API working group and participating in meetings

## AI Use Policy and Guidelines

Node.js requires contributors to understand and take full responsibility for
every change they propose. Pull requests containing AI-generated code the
contributor has not personally understood, tested, and verified will likely be closed
without review.

Be respectful when using AI in communication. Inappropriate or spamming use of
AI in communication would fall under moderation enforcement.

See [details on our AI use policy and guidelines](https://github.com/nodejs/node/blob/main/doc/contributing/ai-guidelines.md)
and [Code of Conduct](https://github.com/nodejs/node/blob/main/CODE_OF_CONDUCT.md)
for guidance.
Loading