Skip to content

Commit 2306be6

Browse files
committed
Fix case for AGENTS.md
1 parent 5977007 commit 2306be6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/agents/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ <h2 id="project-config">Add to your project</h2>
192192
automatically discover these guides.
193193
</p>
194194

195-
<h4 id="agents-md">agents.md — OpenAI Codex / GitHub Copilot coding agent</h4>
196-
<p>Place an <code>agents.md</code> at your repo root:</p>
195+
<h4 id="agents-md">AGENTS.md — OpenAI Codex / GitHub Copilot coding agent</h4>
196+
<p>Place an <code>AGENTS.md</code> at your repo root:</p>
197197
<pre class="code">
198198
## Ebean ORM
199199

@@ -211,10 +211,10 @@ <h4 id="agents-md">agents.md — OpenAI Codex / GitHub Copilot coding agent</h4>
211211
</pre>
212212

213213
<h4 id="copilot">GitHub Copilot — <code>.github/copilot-instructions.md</code></h4>
214-
<p>Same content as <code>agents.md</code> above — add an <code>## Ebean ORM</code> section.</p>
214+
<p>Same content as <code>AGENTS.md</code> above — add an <code>## Ebean ORM</code> section.</p>
215215

216216
<h4 id="claude">Claude Code — <code>CLAUDE.md</code></h4>
217-
<p>Same content as <code>agents.md</code> above — Claude Code reads <code>CLAUDE.md</code> at the project root.</p>
217+
<p>Same content as <code>AGENTS.md</code> above — Claude Code reads <code>CLAUDE.md</code> at the project root.</p>
218218

219219
<h4 id="cursor">Cursor — <code>.cursor/rules/ebean.mdc</code></h4>
220220
<pre class="code">

0 commit comments

Comments
 (0)