RussellSpitzer commented on code in PR #15758: URL: https://github.com/apache/iceberg/pull/15758#discussion_r2989918591
########## AGENTS.md: ########## @@ -161,6 +161,38 @@ The `api/` module has the strongest stability guarantees — breaking changes ar - Commit messages describe the *what* and *why*, not implementation details. - Apache License header required on all new files (enforced by spotless pre-commit hook). +## AI-Generated PR Disclosure + +Pull requests that are authored or substantially generated by AI, LLM, or automated agents **must** clearly identify themselves. Include the following information in the PR description: + +### Required Fields + +- **AI-Generated**: `Yes` — explicitly state that the PR was generated with AI/LLM assistance. +- **Model**: The specific model used (e.g., `Claude Opus 4.6`, `GPT-4o`, `Gemini 2.5 Pro`). Include the version or snapshot date if available. +- **Platform/Tool**: The tool or platform that orchestrated the generation (e.g., `GitHub Copilot`, `Cursor`, `Aider`, `Claude Code`, `custom script`). +- **Human Oversight**: Describe the level of human review applied (e.g., `fully reviewed`, `partially reviewed`, `unreviewed`). + +### Optional Fields Review Comment: Probably we don't need to add Optional category. This is for a robot, just tell it to include everything if we think it's important with instructions for missing fields. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
