From e50a93050d0387d776d95abbafba0c173eb251f4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Apr 2026 16:45:16 +0000 Subject: [PATCH 1/2] Add eng/common AGENTS guidance Agent-Logs-Url: https://github.com/dotnet/arcade/sessions/09fa8614-60c1-4f10-ae36-f7d2af80a827 Co-authored-by: lbussell <36081148+lbussell@users.noreply.github.com> --- eng/common/AGENTS.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 eng/common/AGENTS.md diff --git a/eng/common/AGENTS.md b/eng/common/AGENTS.md new file mode 100644 index 00000000000..fb93f0a93ee --- /dev/null +++ b/eng/common/AGENTS.md @@ -0,0 +1,9 @@ +# `eng/common` is managed by Arcade + +Files under `eng/common` are managed in the [`dotnet/arcade`](https://github.com/dotnet/arcade) repository and syndicated to other repositories. + +Do not edit files in this directory directly in downstream repositories. Those changes are likely to be overwritten the next time `eng/common` is updated. + +If you need to change something in `eng/common`, make the change in the Arcade repository and ensure it is backported there so the update can flow correctly. + +For more information about Arcade, see the [Arcade documentation](https://github.com/dotnet/arcade/tree/main/Documentation). From 26d42c052ae83575d4dbd9af28e99fb97c43a1db Mon Sep 17 00:00:00 2001 From: Logan Bussell Date: Fri, 24 Apr 2026 10:24:39 -0700 Subject: [PATCH 2/2] Rewrite Copilot's text --- eng/common/AGENTS.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/eng/common/AGENTS.md b/eng/common/AGENTS.md index fb93f0a93ee..a5ed8f72926 100644 --- a/eng/common/AGENTS.md +++ b/eng/common/AGENTS.md @@ -1,9 +1,5 @@ -# `eng/common` is managed by Arcade +# `eng/common` -Files under `eng/common` are managed in the [`dotnet/arcade`](https://github.com/dotnet/arcade) repository and syndicated to other repositories. - -Do not edit files in this directory directly in downstream repositories. Those changes are likely to be overwritten the next time `eng/common` is updated. - -If you need to change something in `eng/common`, make the change in the Arcade repository and ensure it is backported there so the update can flow correctly. - -For more information about Arcade, see the [Arcade documentation](https://github.com/dotnet/arcade/tree/main/Documentation). +Files under `eng/common` come from [Arcade](https://github.com/dotnet/arcade). +Edits in `eng/common` will be overwritten by automation unless the changes are made directly in the Arcade repository. +For more information, see the [Arcade documentation](https://github.com/dotnet/arcade/tree/main/Documentation).