From 49426dacab7f5ca84a3d79e308b48ce148e8ddfb Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 23 Apr 2026 00:41:36 +0200 Subject: [PATCH] chore: replace agent instruction indirections with symlinks to canonical source Replace AGENTS.md text file and .clinerules/ directory (both containing 'Open and follow' instructions) with direct symlinks to the canonical .github/copilot-instructions.md. Add CLAUDE.md and GEMINI.md symlinks for Claude Code and Gemini CLI which do not read AGENTS.md natively. --- .clinerules/copilot-instructions.md | 1 - AGENTS.md | 2 +- CLAUDE.md | 1 + GEMINI.md | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 .clinerules/copilot-instructions.md mode change 100644 => 120000 AGENTS.md create mode 120000 CLAUDE.md create mode 120000 GEMINI.md diff --git a/.clinerules/copilot-instructions.md b/.clinerules/copilot-instructions.md deleted file mode 100644 index 84562eab..00000000 --- a/.clinerules/copilot-instructions.md +++ /dev/null @@ -1 +0,0 @@ -Open `@/.github/copilot-instructions.md`, read it and strictly follow the instructions. diff --git a/AGENTS.md b/AGENTS.md deleted file mode 100644 index 84562eab..00000000 --- a/AGENTS.md +++ /dev/null @@ -1 +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 00000000..02dd1341 --- /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 00000000..02dd1341 --- /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 00000000..02dd1341 --- /dev/null +++ b/GEMINI.md @@ -0,0 +1 @@ +.github/copilot-instructions.md \ No newline at end of file -- 2.53.0