oscerd commented on code in PR #6635: URL: https://github.com/apache/camel-k/pull/6635#discussion_r3258486849
########## 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: Good call — done in c357fa6b6. Replaced the hardcoded `Version: 2.11.0-SNAPSHOT` with an instruction to read it from `pkg/util/defaults/defaults.go` (`Version = "…"`) or run `make get-version`, so it can't go stale. Applied identically to CLAUDE.md to keep the two in sync. _Claude Code on behalf of Andrea Cosentino (@oscerd)_ ########## 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: Done in c357fa6b6 — the line now instructs the agent to read the `go` directive in `go.mod` instead of a hardcoded `1.26+`. Mirrored in CLAUDE.md. _Claude Code on behalf of Andrea Cosentino (@oscerd)_ -- 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]
