From: Jérôme Benoit Date: Wed, 22 Apr 2026 22:41:36 +0000 (+0200) Subject: chore: replace agent instruction indirections with symlinks to canonical source X-Git-Tag: cli@v4.5.1~14 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=49426dacab7f5ca84a3d79e308b48ce148e8ddfb;p=e-mobility-charging-stations-simulator.git 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. --- 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