From caff03fb4ec31bf60009b474020251a63491ce31 Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Sat, 8 Nov 2025 17:05:08 +0200 Subject: [PATCH] Rename copilot-instructions.md to AGENTS.md As of https://github.blog/changelog/2025-08-28-copilot-coding-agent-now-supports-agents-md-custom-instructions/, AGENTS.md is supported. Signed-off-by: Yarden Shoham --- .github/copilot-instructions.md => AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/copilot-instructions.md => AGENTS.md (97%) diff --git a/.github/copilot-instructions.md b/AGENTS.md similarity index 97% rename from .github/copilot-instructions.md rename to AGENTS.md index 5232bbc82..d2904a9da 100644 --- a/.github/copilot-instructions.md +++ b/AGENTS.md @@ -1,4 +1,4 @@ -# Copilot Instructions for Helm +# AGENTS.md ## Overview Helm is a package manager for Kubernetes written in Go, supporting v3 (stable) and v4 (unstable) APIs.