docs: Add comprehensive AGENTS.md documentation page - #4804
Merged
Conversation
- Created new documentation page for AGENTS.md files in Agent Behavior section - Covers what AGENTS.md is, syntax, file location, practical examples, and best practices - Explains how AGENTS.md works in Kilo Code and interacts with other configuration systems - Includes troubleshooting, migration guides, and advanced topics - Added page to sidebars.ts navigation under Agent Behavior section - Added changeset for documentation addition
🦋 Changeset detectedLatest commit: 80b18e5 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
Author
✅ No Issues Found3 files reviewed | Confidence: 95% | Recommendation: Merge Review DetailsFiles:
Checked: Security, bugs, performance, error handling, documentation quality Findings:
|
Removed multiple practical examples and guidelines related to React, backend API, security, documentation, testing, and project standards from agents-md.md.
alexkgold
enabled auto-merge
January 6, 2026 15:19
olearycrew
approved these changes
Jan 6, 2026
|
|
||
| ## What is AGENTS.md? | ||
|
|
||
| AGENTS.md is an open standard for configuring AI agent behavior in software projects. It's a simple Markdown file placed at the root of your project that contains instructions for AI coding assistants. The standard is supported by multiple AI coding tools, including Kilo Code, Cursor, and Windsurf. |
Contributor
There was a problem hiding this comment.
Suggested change
| AGENTS.md is an open standard for configuring AI agent behavior in software projects. It's a simple Markdown file placed at the root of your project that contains instructions for AI coding assistants. The standard is supported by multiple AI coding tools, including Kilo Code, Cursor, and Windsurf. | |
| AGENTS.md is an [open standard](https://agents.md/) for configuring AI agent behavior in software projects. It's a simple Markdown file placed at the root of your project that contains instructions for AI coding assistants. The standard is supported by multiple AI coding tools, including Kilo Code, Cursor, and Windsurf. |
This was referenced Jan 6, 2026
Merged
slamj1
pushed a commit
to slamj1/kilocode
that referenced
this pull request
May 16, 2026
…tation docs: Add comprehensive AGENTS.md documentation page
jliounis
pushed a commit
to jliounis/kilocode
that referenced
this pull request
May 18, 2026
…tation docs: Add comprehensive AGENTS.md documentation page
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.
Summary
This PR adds a comprehensive standalone documentation page for AGENTS.md files to the Agent Behavior section of the documentation.
Changes
New Documentation Page: Created covering:
Navigation Update: Added the new page to in the Agent Behavior section, positioned after "Prompt Engineering" and before "Custom Modes"
Changeset: Added changeset for documentation addition
Key Features
Testing
Related Documentation