This is an automated email from the ASF dual-hosted git repository.

aldettinger pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 396048680c Update AGENTS.md (#8772)
396048680c is described below

commit 396048680cc48e27b5a38208e7225f9c2ef07727
Author: Alexandre Gallice <[email protected]>
AuthorDate: Thu Jun 18 14:45:05 2026 +0200

    Update AGENTS.md (#8772)
---
 AGENTS.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/AGENTS.md b/AGENTS.md
index fd51e0341c..7105cf6c7d 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -23,7 +23,7 @@ Rules & guidelines for AI agents working on this codebase.
 Apache Camel Quarkus provides Quarkus extensions for Apache Camel components, 
enabling users to build integration applications with fast boot times and low 
memory footprints.
 
 ## What NOT to do
-- Do NOT directly modify generated files under `docs/modules` or 
`src/main/generated`
+- Do NOT directly modify generated files under `docs/modules` or 
`src/main/generated` as they are automatically updated by maven
 - Do NOT use dynamic class loading or reflection (impacts native compilation)
 - Do NOT introduce Spring Boot or Spring unless explicitly required
 - Do NOT commit changes without running `./mvnw process-resources -Pformat` 
first

Reply via email to