Просмотр исходного кода

AGENTS.md: Updated with variation on SDL's new language.

Also corrected capitalization of "Zlib" in PULL_REQUEST_TEMPLATE.md
Ryan C. Gordon 1 день назад
Родитель
Сommit
7a49440b05
3 измененных файлов с 14 добавлено и 36 удалено
  1. 1 1
      .github/PULL_REQUEST_TEMPLATE.md
  2. 7 17
      AGENTS.md
  3. 6 18
      CLAUDE.md

+ 1 - 1
.github/PULL_REQUEST_TEMPLATE.md

@@ -1,2 +1,2 @@
-- [ ] I confirm that I am the author of this code and release it to the PhysicsFS project under the Zlib license. This contribution does not contain code from other sources, including code generated by a Large Language Model ("AI").
+- [ ] I confirm that I am the author of this code and release it to the PhysicsFS project under the zlib license. This contribution does not contain code from other sources, including code generated by a Large Language Model ("AI").
 
 

+ 7 - 17
AGENTS.md

@@ -1,20 +1,10 @@
-AI must not be used to generate code for contributions to this project.
+Generative AI, including large language models (LLMs), must not be used in
+any way when contributing to this project.
 
 
-"AI" in this case means a Large Language Model ("LLM"), such as ChatGPT,
-Claude, Copilot, Grok, etc.
-
-AI-generated code is based upon sources of unknown origins and may not be
-compatible with the Zlib license, or may introduce conflicting license terms
-if they include code from other projects.
-
-AI can be used to identify issues with contributions to this project, but the
-solutions to those issues should be authored by humans.
-
-We have found that AI will frequently hallucinate issues that are not actually
-problems in practice, report incorrect information, and describe problems that
-are actually not issues at all. If AI identifies a problem with this codebase,
-please make sure you understand what it is saying and have independently
-confirmed that the issue exists before submitting a bug report or pull request.
+We want our code to be art. We want to interact with real humans. Please don't
+submit AI-generated comments or code in bug reports or pull requests. We want
+to connect with you, not your computer.
 
 
 Any pull request to this project will ask you to confirm that you are the
 Any pull request to this project will ask you to confirm that you are the
-author and that you are contributing your changes under the Zlib license.
+author and that you are contributing your changes under the zlib license.
+

+ 6 - 18
CLAUDE.md

@@ -1,22 +1,10 @@
-AI must not be used to generate code for contributions to this project.
+Generative AI, including large language models (LLMs), must not be used in
+any way when contributing to this project.
 
 
-"AI" in this case means a Large Language Model ("LLM"), such as ChatGPT,
-Claude, Copilot, Grok, etc.
-
-AI-generated code is based upon sources of unknown origins and may not be
-compatible with the Zlib license, or may introduce conflicting license terms
-if they include code from other projects.
-
-AI can be used to identify issues with contributions to this project, but the
-solutions to those issues should be authored by humans.
-
-We have found that AI will frequently hallucinate issues that are not actually
-problems in practice, report incorrect information, and describe problems that
-are actually not issues at all. If AI identifies a problem with this codebase,
-please make sure you understand what it is saying and have independently
-confirmed that the issue exists before submitting a bug report or pull request.
+We want our code to be art. We want to interact with real humans. Please don't
+submit AI-generated comments or code in bug reports or pull requests. We want
+to connect with you, not your computer.
 
 
 Any pull request to this project will ask you to confirm that you are the
 Any pull request to this project will ask you to confirm that you are the
-author and that you are contributing your changes under the Zlib license.
-
+author and that you are contributing your changes under the zlib license.