What changed, and why it matters
This commit only adds two documentation files. One asks automated coding tools (AI agents) to identify themselves in commit messages, and the other is a one-line pointer to that file. There is no code change, no bug fix, and no security impact.
No security action needed. Review as a normal repository policy/documentation change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff creates AGENTS.md, a policy document instructing automated agents to append an ‘Assisted-by:
Changed components
Inspect captured patch +11 / −0
diff --git a/AGENTS.md b/AGENTS.md
new file mode 100644
index 00000000..5e74344f
--- /dev/null
+++ b/AGENTS.md
@@ -0,0 +1,10 @@
+# Note for Automated Agents
+
+## Commit attribution
+
+If you generate code for this repository, append a commit trailer:
+
+Format:
+```
+Assisted-by: <AI model> <version>
+```
diff --git a/CLAUDE.md b/CLAUDE.md
new file mode 100644
index 00000000..eef4bd20
--- /dev/null
+++ b/CLAUDE.md
@@ -0,0 +1 @@
+@AGENTS.md
\ No newline at end of file
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.