agents.md
agents.md copied to clipboard
AGENTS.md — a simple, open format for guiding coding agents
- Added READMEs in Kannada, Malayalam, Punjabi, Tamil, Telugu, and Urdu. - Introduced new components: Providers.tsx and ThemeToggle.tsx. - Updated UI sections: About, Compatibility, FAQ, Footer, Hero, HowToUse, Why, and...
Adds support for new compatible application: Shakespeare.
For better organization and modularity, the spec should support additionally crawling files in a directory, such as `.agents`. By default, files within that directory will always be added to the...
This adds the Copilot CLI agent to the list of supported agents for AGENTS.md, having supported AGENTS.md since launch
Updated AGENTS.md to provide corrected instructions for the Aurelian Intelligence Platform coding agent, emphasizing UI-backend matching, coding conventions, and feature summaries.
Cline now supports AGENTS.md and should be included in the 'Supported Agents'. Referenced commit for AGENTS.md in Cline: https://github.com/cline/cline/commit/02abbcf045eea79eb3904655c02947e959ccd134
## Summary **AGENTS.md** is emerging as a great way to tell AI agents **how to work in this repository**. What’s still missing is a standard way for **SDKs and libraries...
**Summary** The current agents.md spec relies on natural language to define boundaries (e.g., "Do not delete files"), which is non-deterministic and hard for tooling to enforce. I propose adding a...
## Problem Each AI coding tool uses a different global config path: - **Claude Code:** `~/.claude/CLAUDE.md` - **Codex:** `~/.codex/AGENTS.md` - **droid:** `~/.factory/AGENTS.md` - **Amp:** `~/.config/AGENTS.md` **Result:** Users must either duplicate...
With this feature, paths can be listed within a rules file to specify dependencies. - These referenced files get added to context whenever the rules file is in context -...