Proposal to add an AGENTS.md file to the repository root. This file would provide project-specific context (build commands, conventions, debugging tips, architecture) for AI coding tools like Cursor, Copilot, and Qoder, helping community contributors use them more effectively for PRs, bug fixes, and issue diagnosis.
## Background AI coding tools (Cursor, Copilot, Qoder, etc.) are becoming part of everyday development workflows. These tools rely on an `AGENTS.md` file in the repository root to understand project-specific context — build commands, conventions, debugging tips, and architectural decisions that aren't obvious from code alone. Adding an `AGENTS.md` to Spring Cloud Alibaba will help community contributors use AI tools more effectively when submitting PRs, fixing bugs, and diagnosing issues. ## Proposal Create and maintain an `AGENTS.md` at the repository root, built collaboratively by the community. Below are the proposed sections with example content to illustrate the expected depth and style. ### 1. Project Structure & Module Layout Describe the high-level directory structure, what each top-level module is responsible for, and how modules relate to each other. This section should evolve as the project adds or removes modules. **Example:** > ``` > spring-cloud-alibaba/ > ├── spr