Skip to content

Commit 5494116

Browse files
committed
Add AGENTS.md with guidelines for project contributors
1 parent 50fa073 commit 5494116

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# AGENTS.md
2+
3+
- Be Brief.
4+
- Do not `> nul` or `> NUL` (or any casing variation) on Windows machines to pipe output. This create a file that cannot be deleted and breaks other tooling.
5+
- Do not delete code comments unless that the code is being deleted or the comment is factually incorrect. If you think a comment is wrong, update it to be correct rather than deleting it.
6+
- If you ever encounter something in the project that surprises you, please alert the developer working with you and indicate that this is the case, and ask to add a note to the AGENTS.md file to prevent future agents from having the same issue.

0 commit comments

Comments
 (0)