From a3ce72bb0b50b147242ef96ae7057ed84df17c80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Miko=C5=82ajczak?= Date: Tue, 10 Feb 2026 02:28:22 +0100 Subject: [PATCH] align with other repos AGENTS-CLAUDE structure --- AGENTS.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000000000..968ab709e212e --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,3 @@ +# Repository Guidelines + +All repository guidelines and instructions have been consolidated into [CLAUDE.md](./CLAUDE.md). Please read that file for project structure, build commands, coding style, and testing guidelines.