vaibhavk1992 opened a new issue, #2921: URL: https://github.com/apache/fluss/issues/2921
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss/issues) and found nothing similar. ### Description ## Description I would like to contribute an `AGENTS.md` file that documents Apache Fluss coding conventions, patterns, and standards specifically for AI coding agents. ## Motivation AI coding assistants (like Claude Code, GitHub Copilot, etc.) can provide better suggestions when they have project-specific context. This guide helps AI agents understand: - Critical rules enforced by Checkstyle - API design patterns (builders, factories, interface segregation) - Testing conventions (JUnit 5, AssertJ) - Module boundaries and dependencies - Configuration patterns ## Approach The documentation extracts patterns from the existing codebase: - Critical rules from `tools/maven/checkstyle.xml` - Code patterns from production code - Testing patterns from test utilities - All examples are real code from Apache Fluss ### Willingness to contribute - [x] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
