From 73009cc96e0e4cada4f48c7d06a195806ec57afc Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 9 Sep 2026 00:17:33 +0100 Subject: [PATCH] docs: add GEMINI.md pointer to the canonical agent instructions Adds a GEMINI.md pointer so Gemini-family agents are not blind to the repository instructions that CLAUDE.md or AGENTS.md already carries (task #50). The file is a pointer, never a duplicate of the rules. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_011eQ7hibx92N7fBDtwgReWk --- GEMINI.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 GEMINI.md diff --git a/GEMINI.md b/GEMINI.md new file mode 100644 index 0000000..3e8ce56 --- /dev/null +++ b/GEMINI.md @@ -0,0 +1,4 @@ +# Pointer + +The canonical, tool-agnostic instructions for this repository are in +**[AGENTS.md](./AGENTS.md)**. Read that file. Do not duplicate rules here.