docs: add AGENTS.md for coding agents - #5491
Merged
Merged
Conversation
AI coding agents keep rediscovering the same basics: where bundled plugins live, how to run a single test file, and that commits need a DCO sign-off. They also guess at plugin parameters instead of reading the docs, and open pull requests that ignore the template because `gh pr create --body` never applies it. Record that context once so agents start from facts. Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
Watson1978
force-pushed
the
add-agents-md
branch
from
September 7, 2026 06:27
fbc7d0f to
f7a7598
Compare
kenhys
requested changes
Sep 7, 2026
Fluentd is tested on Linux, macOS and Windows, but agents tend to assume a POSIX-only environment. Record the CI platform matrix so Windows is considered up front. Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
kenhys
approved these changes
Sep 7, 2026
Contributor
Author
|
Thanks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue(s) this PR fixes:
Fixes #
What this PR does / why we need it:
AI coding agents working on this repository keep rediscovering the same basics, and they guess at plugin parameters instead of reading the documentation.
This adds
AGENTS.md, the cross-tool convention read by Claude Code, Cursor, Codex and Copilot. It points agents at docs.fluentd.org (including thellms.txtindex and the.mdsuffix that serves any page as Markdown), sketches the repository layout, and restates the contributor rules that matter most: DCO sign-off, tests undertest/, and no new runtime dependencies without discussion. Humans are still directed to CONTRIBUTING.md.Docs Changes:
N/A
Release Note:
N/A