From 71a8f32865ca60e7a214bfb80521afafd72d9381 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 23 Apr 2026 01:09:35 +0200 Subject: [PATCH] chore: replace agent instruction indirections with symlinks to canonical source --- AGENTS.md | 3 +-- CLAUDE.md | 1 + GEMINI.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 120000 AGENTS.md create mode 120000 CLAUDE.md create mode 120000 GEMINI.md diff --git a/AGENTS.md b/AGENTS.md deleted file mode 100644 index 1618202..0000000 --- a/AGENTS.md +++ /dev/null @@ -1,2 +0,0 @@ -Open `@/.github/copilot-instructions.md`, read it and strictly follow the -instructions. diff --git a/AGENTS.md b/AGENTS.md new file mode 120000 index 0000000..02dd134 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1 @@ +.github/copilot-instructions.md \ No newline at end of file diff --git a/CLAUDE.md b/CLAUDE.md new file mode 120000 index 0000000..02dd134 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1 @@ +.github/copilot-instructions.md \ No newline at end of file diff --git a/GEMINI.md b/GEMINI.md new file mode 120000 index 0000000..02dd134 --- /dev/null +++ b/GEMINI.md @@ -0,0 +1 @@ +.github/copilot-instructions.md \ No newline at end of file -- 2.53.0