From ea130eeb3ab7e0f81a81bf137c5161ae5377e47c Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Mon, 1 Dec 2025 14:59:21 +0100 Subject: [PATCH] docs - add instructions for AI coding agents (#280321) --- AGENTS.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 00000000000..d6abb76ab83 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,5 @@ +# VS Code Agents Instructions + +This file provides instructions for AI coding agents working with the VS Code codebase. + +For detailed project overview, architecture, coding guidelines, and validation steps, see the [Copilot Instructions](.github/copilot-instructions.md).