Skip to content

Introduce agents.md - #1412

Merged
PromoFaux merged 2 commits into
masterfrom
new/agents.md
Aug 4, 2026
Merged

Introduce agents.md#1412
PromoFaux merged 2 commits into
masterfrom
new/agents.md

Conversation

@PromoFaux

Copy link
Copy Markdown
Member

What does this PR aim to accomplish?:

Adds an AGENTS.md file following the agents.md standard: a predictable place for AI coding agents to find the repository layout, build/test commands and contribution requirements (DCO sign-off, branch targeting, code style) without them having to rediscover it every session. It is just standard markdown, and no tooling or workflow changes come with it.


By submitting this pull request, I confirm the following:

  1. I have read and understood the contributors guide, as well as this entire template. I understand which branch to base my commits and Pull Requests against.
  2. I have commented my proposed changes within the code and I have tested my changes.
  3. I am willing to help maintain this change if there are issues with it later.
  4. It is compatible with the EUPL 1.2 license
  5. I have squashed any insignificant commits. (git rebase)

  • I have read the above and my PR is ready for review. Check this box to confirm

@PromoFaux
PromoFaux requested a review from a team as a code owner August 2, 2026 16:45
@netlify

netlify Bot commented Aug 2, 2026

Copy link
Copy Markdown

Deploy Preview for pihole-docs ready!

Name Link
🔨 Latest commit 03f23a8
🔍 Latest deploy log https://app.netlify.com/projects/pihole-docs/deploys/6a6fbc56fd735e000852c447
😎 Deploy Preview https://deploy-preview-1412--pihole-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Signed-off-by: Adam Warner <github@promofaux.dev>
Comment thread AGENTS.md
@rdwebdesign

Copy link
Copy Markdown
Member

Tests are failing.

Maybe we need to add \"!**/.git/**\" to this line:

"markdownlint": "markdownlint-cli2 \"**/*.md\" \"!**/node_modules/**\"",

Like this:

    "markdownlint": "markdownlint-cli2 \"**/*.md\" \"!**/node_modules/**\" \"!**/.git/**\"",

@yubiuser

yubiuser commented Aug 2, 2026

Copy link
Copy Markdown
Member

Or we remove the hard tabs it complains about.

Co-authored-by: RD WebDesign <rdwebdesign@users.noreply.github.com>
Signed-off-by: Adam Warner <github@promofaux.dev>
@rdwebdesign

Copy link
Copy Markdown
Member

Or we remove the hard tabs it complains about.

The tests are complaining about hard tabs in .git hidden directory.
These files are created by git command when the repo is cloned. They don't exist in our code.

@PromoFaux
PromoFaux merged commit 9d64dee into master Aug 4, 2026
13 checks passed
@PromoFaux
PromoFaux deleted the new/agents.md branch August 4, 2026 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants