k-krawczyk opened a new pull request, #186: URL: https://github.com/apache/camel-spring-boot-examples/pull/186
## Description Resolves part of [CAMEL-23823](https://issues.apache.org/jira/browse/CAMEL-23823) — *add AGENTS.md to examples repos also*. The main `apache/camel` repo already ships an `AGENTS.md`; this adds an equivalent, tailored guide to the examples repositories so AI agents know how to contribute examples here. ## What it contains A new top-level `AGENTS.md` with: - **Rules of Engagement** — the essentials carried over from the canonical [apache/camel `AGENTS.md`](https://github.com/apache/camel/blob/main/AGENTS.md): AI attribution, JIRA ticket ownership (Unassigned only, assign + In Progress), one-example-per-PR / PR volume, fork-based branches named with the JIRA id, green-CI requirement, and human-approval-before-merge. - **Repo specifics** — the Maven module layout, registering a new module in the root `pom.xml`, Spring Boot starter usage and BOM-managed versions, `@CamelSpringBootTest` (`camel-test-spring-junit6`) tests. - **Build / run / validate** — exact `./mvnw` and `mvn spring-boot:run` commands; how CI builds and tests on Java 21. - **Conventions** — Maven coordinates (`camel-example-spring-boot-<name>`), Java naming, license headers, README structure. - **Adding a new example** — a step-by-step checklist. Content was derived by inspecting this repository's current structure, representative example modules, the root/parent `pom.xml`, and CI workflows. Happy to adjust tone, depth, or any specifics to match maintainer preference. _Reported and implemented by Claude Code on behalf of Karol Krawczyk._ 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
