Move /agents to /.agents so we can make /agents be for agents 馃ぃ
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3585375. -->
Reported by: [webchick](https://www.drupal.org/user/24967)
Related to !10
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>I've started investigating a few of the projects under <span class="drupalorg-gitlab-issue-link drupalorg-gitlab-link-wrapper"><a href="https://git.drupalcode.org/project/ai_best_practices/-/work_items/3581683" class="drupalorg-gitlab-link">https://git.drupalcode.org/project/ai_best_practices/-/work_items/3581683</a></span> and one thing I've noticed is that a few of them provide agents (as in <a href="https://simonwillison.net/2025/Sep/18/agents/">agents</a> that run tools in a loop to achieve a goal) and they locate them in a top-level <code>/agents</code> directory, which... makes a ton of sense. :)</p>
<p>For example, <a href="https://github.com/drupaltools/skills/tree/master/agents">https://github.com/drupaltools/skills/tree/master/agents</a> provides agents such as <a href="https://github.com/drupaltools/skills/blob/master/agents/drupal-backend-dev.md">drupal-backend-dev</a>, <a href="https://github.com/drupaltools/skills/blob/master/agents/drupal-content-architect.md">drupal-content-architect</a>, etc.</p>
<p><em>Our</em> <a href="https://git.drupalcode.org/project/ai_best_practices/-/tree/1.0.x/agents?ref_type=heads">/agents</a> folder, OTOH, consists of our <a href="https://git.drupalcode.org/project/ai_best_practices/-/blob/1.0.x/agents/AGENTS.md?ref_type=heads">AGENTS.md</a> file (and various other "special snowflake" frameworks that need their own precious vendor-named files 🙄) which creates a namespace collision.</p>
<p>While we don't have plans for agents in this project yet AFAIK, it would be nice to leave that door open.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>I'm pretty sure I'm the one who made the decision to move them here out of ignorance; let's move them back!</p>
issue