Add maintainer entries for the AI-assisted code review tooling: AGENTS.md, analyze-patch.py, compare-reviews.sh, and review-doc.py.
Signed-off-by: Stephen Hemminger <[email protected]> Acked-by: Aaron Conole <[email protected]> --- MAINTAINERS | 6 ++++++ doc/guides/rel_notes/release_26_07.rst | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index b390446ed3..61a8a9ee68 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -109,6 +109,12 @@ F: license/ F: .editorconfig F: .mailmap +AI review tools +M: Stephen Hemminger <[email protected]> +M: Aaron Conole <[email protected]> +F: AGENTS.md +F: devtools/ai/ + Linux kernel uAPI headers M: Maxime Coquelin <[email protected]> F: devtools/linux-uapi.sh diff --git a/doc/guides/rel_notes/release_26_07.rst b/doc/guides/rel_notes/release_26_07.rst index f012d47a4b..32fb5a4c55 100644 --- a/doc/guides/rel_notes/release_26_07.rst +++ b/doc/guides/rel_notes/release_26_07.rst @@ -63,6 +63,11 @@ New Features ``rte_eal_init`` and the application is responsible for probing each device, * ``--auto-probing`` enables the initial bus probing, which is the current default behavior. +* **Added scripts and prompts for AI review.** + + Added AGENTS.md file for AI review and supporting scripts to analyze + patches and review documentation. + Removed Items ------------- -- 2.53.0

