docs(agents): add a GEMINI.md pointer to the maintained instructions - #91
docs(agents): add a GEMINI.md pointer to the maintained instructions#91hyperpolymath wants to merge 1 commit into
Conversation
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 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011eQ7hibx92N7fBDtwgReWk
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📜 Recent review details⏰ Context from checks skipped due to timeout. (7)
|
| Layer / File(s) | Summary |
|---|---|
Agent instruction pointerGEMINI.md | The new guidance points agents to CLAUDE.md, avoids duplicated rules, excludes Claude Code-specific content, and directs future updates to AGENTS.md. |
Priority: ⬇️ Low
Estimated code review effort: 1 (Trivial) | ~2 minutes
Merge Risk:⚪ Minimal · up to c5930
This adds a pointer for Gemini-family coding agents to the repository guidance without changing runtime behavior or product data. No merge-readiness risk remains.
Suggested reviewers:metadatastician
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
| Check name | Status | Explanation |
|---|---|---|
| Docstring Coverage | ✅ Passed | No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0… |
| Linked Issues check | ✅ Passed | Check skipped because no linked issues were found for this pull request. |
| Out of Scope Changes check | ✅ Passed | Check skipped because no linked issues were found for this pull request. |
| Title check | ✅ Passed | The title clearly and concisely describes the main change: adding a GEMINI.md pointer to the maintained agent instructions. |
| Description check | ✅ Passed | The description directly explains the GEMINI.md pointer, its purpose, redirect behaviour, and relationship to the changeset. |
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
- Create stacked PR
- Commit on current branch
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.
A rabbit reads the guidance clear
One pointer keeps the rules near
No copied words hop through the gate
AGENTS.md will change the state
The burrow stays tidy and great
Comment @coderabbitai help to get the list of available commands.
| @@ -0,0 +1,8 @@ | |||
| # Pointer | |||



Adds a
GEMINI.mdpointer file to this repository.Why. An estate-wide census found a large asymmetry in agent-instruction
files:
CLAUDE.mdwas present almost everywhere,GEMINI.mdin a handful ofrepositories. Any coding agent that looks for
GEMINI.mdand does not find oneproceeds with no repository-specific instructions at all.
This file is a pointer, not a second copy of the instructions. Duplicating
guidance across per-agent files guarantees the copies drift. The pointer
redirects to whichever file this repository actually maintains —
AGENTS.mdwhere one exists, otherwise
CLAUDE.md— and says to retarget it atAGENTS.mdwhen one lands.How this commit was built. The change was made with git plumbing against
origin/<default branch>, not by staging a working tree. The branch containsexactly one commit adding exactly one file, and carries none of the unrelated
local state present in this checkout. A per-repository assertion required
git diff --name-only <base> <commit>to equal the expected path set exactly,or the branch was never created.
This PR is opened as a draft on purpose. It is part of a bulk campaign and
is not requesting a merge. Review and merge at your discretion.
🤖 Generated with Claude Code
https://claude.ai/code/session_011eQ7hibx92N7fBDtwgReWk