squakez commented on code in PR #6635: URL: https://github.com/apache/camel-k/pull/6635#discussion_r3258370429
########## AGENTS.md: ########## @@ -0,0 +1,356 @@ +# Apache Camel K - AI Agent Guidelines + +Guidelines for AI agents working on this codebase. + +## Project Info + +Apache Camel K is a Kubernetes-native integration platform built on Apache Camel. It is a +Go **operator** plus the `kamel` **CLI** that turn user-supplied Camel route Custom Resources +(`Integration`, `Pipe`, `Kamelet`, …) into built container images and running workloads on +Kubernetes/OpenShift. + +- Version: 2.11.0-SNAPSHOT Review Comment: Is there any way to parametrize this? or could we instruct the agent to look at makefile for instance? ########## AGENTS.md: ########## @@ -0,0 +1,356 @@ +# Apache Camel K - AI Agent Guidelines + +Guidelines for AI agents working on this codebase. + +## Project Info + +Apache Camel K is a Kubernetes-native integration platform built on Apache Camel. It is a +Go **operator** plus the `kamel` **CLI** that turn user-supplied Camel route Custom Resources +(`Integration`, `Pipe`, `Kamelet`, …) into built container images and running workloads on +Kubernetes/OpenShift. + +- Version: 2.11.0-SNAPSHOT +- Go: 1.26+ Review Comment: Same here, we may instruct to read the go.mod to discover the golang version maybe? -- 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]
