Hi Yuan, Please consult with Apache about this … AI is currently still a gray space at Apache. Not sure we should formally embrace this just yet.
If really embracing agentic coding, I have become a really big fan of speckit. That’s a framework for spec driven development. With human readable documentation of architectural decisions. This was initially intended for documenting decisions for humans. However, it’s become a super useful tool for agentic coding and is supported by any agentic framework that I know. Chris Von: Yuan Tian <[email protected]> Datum: Samstag, 28. Februar 2026 um 05:17 An: dev <[email protected]> Betreff: Adding Documentation for AI Coding Agents and Project Standards Hi all, I wanted to share a PR that introduces some helpful documentation to guide our AI coding models. The goal here is to make sure each model has clear access to our project guidelines, coding standards, and build procedures. This should help reduce friction when contributing and ensure consistency in the codebase. Specifically, we've added `AGENTS.md`, which covers everything from Java code style and naming conventions to code structure requirements. It also includes templates for license headers and the necessary commands for verification, building, and running tests. Additionally, `CLAUDE.md` has been added to include the standard license header and direct readers to the comprehensive rules in `AGENTS.md`. You can review the changes here: https://github.com/apache/iotdb/pull/17229 Best regards, -------------------- Yuan Tian
