davsclaus commented on code in PR #25409: URL: https://github.com/apache/camel/pull/25409#discussion_r3740771798
########## docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_22.adoc: ########## @@ -1744,3 +1744,13 @@ they say: `CamelGoogleVertexAIStreamOutputMode` header. * `jsonMode=true` sets the response MIME type of the request to `application/json`, so the model is asked to answer with JSON. The default `false` leaves the request untouched. + +=== camel-archetypes + +The Camel Maven archetypes now generate a `README.md` instead of the previous `ReadMe.txt`, with the +content rewritten in Markdown and the documentation links updated. Each generated project also gets +an `AGENTS.md` file with guidance for AI coding assistants, pointing at the Apache Camel LLM index +(`https://camel.apache.org/llms.txt`), the Camel CLI and the Camel MCP server. + +The `camel-archetype-api-component` archetype also generates its readme again: the file was declared +in the wrong file set and was therefore silently skipped. Review Comment: This entry should be in `camel-4x-upgrade-guide-4_23.adoc` instead — 4.22.0 is being released, so this change will ship in 4.23. -- 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]
