]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: replace agent instruction indirections with symlinks to canonical source
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 22 Apr 2026 22:41:36 +0000 (00:41 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 22 Apr 2026 22:41:55 +0000 (00:41 +0200)
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 [deleted file]
AGENTS.md [changed from file to symlink]
CLAUDE.md [new symlink]
GEMINI.md [new symlink]

diff --git a/.clinerules/copilot-instructions.md b/.clinerules/copilot-instructions.md
deleted file mode 100644 (file)
index 84562ea..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Open `@/.github/copilot-instructions.md`, read it and strictly follow the instructions.
deleted file mode 100644 (file)
index 84562eab43b7327b3f856409a481c22fa3e3bb55..0000000000000000000000000000000000000000
--- a/AGENTS.md
+++ /dev/null
@@ -1 +0,0 @@
-Open `@/.github/copilot-instructions.md`, read it and strictly follow the instructions.
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..02dd134122ea96b996a2bef3613afcc85c25b3d9
--- /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 (symlink)
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 (symlink)
index 0000000..02dd134
--- /dev/null
+++ b/GEMINI.md
@@ -0,0 +1 @@
+.github/copilot-instructions.md
\ No newline at end of file