aldettinger commented on code in PR #8367:
URL: https://github.com/apache/camel-quarkus/pull/8367#discussion_r2877336172


##########
AGENTS.md:
##########
@@ -0,0 +1,251 @@
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+         http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+# Apache Camel Quarkus - AI Agent Guidelines
+Rules & guidelines for AI agents working on this codebase.
+
+## Project Overview
+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 use dynamic class loading or reflection (impacts native compilation)
+- Do NOT introduce Spring Boot or Spring unless explicitly required
+
+## Technology Stack
+- Java 17+
+- GraalVM 25+ / Mandrel 25+
+- Maven 3.9.11+ (For convenience the maven wrapper is provided in the root 
directory and can be invoked as `./mvnw` or `./mvnw.cmd`)
+- Apache Camel 4.x, Quarkus 3.x. Check `pom.xml` for the current Camel, and 
Quarkus versions used.
+
+## Repository Structure
+```
+extensions/          # Native-supported Camel component extensions
+extensions-jvm/      # JVM-only extensions (not yet native-compatible)
+extensions-core/     # Core Camel Quarkus extensions (core, yaml-dsl, etc.)
+extensions-support/  # Shared support libraries used by multiple extensions
+integration-tests/   # Integration tests (most are grouped tests)
+integration-test-groups/  # Isolated integration tests, one per component

Review Comment:
   Aren't the tests grouped under `integration-test-groups` and isolated 
located in `integration-tests` ?



-- 
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]

Reply via email to