commit c9aa05fd8029c5a2eff63cf3c66a35ba50378f15
parent e506d5c226ccc232d2fb2be27ae5dee8944eba5a
Author: Marco Castelluccio <mcastelluccio@mozilla.com>
Date: Wed, 26 Nov 2025 12:17:38 +0200
Bug 2002477 - Add component mapping for AGENTS.md and CLAUDE.md. r=#firefox-build-system-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D274106
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/moz.build b/moz.build
@@ -67,6 +67,12 @@ with Files("CODE_OF_CONDUCT.md"):
with Files("SECURITY.md"):
BUG_COMPONENT = ("Core", "DOM: Security")
+with Files("AGENTS.md"):
+ BUG_COMPONENT = ("Developer Infrastructure", "AI for Development")
+
+with Files("CLAUDE.md"):
+ BUG_COMPONENT = ("Developer Infrastructure", "AI for Development")
+
with Files("nsprpub/**"):
BUG_COMPONENT = ("NSPR", "NSPR")