Update and add AI agent help CEQ rules - #8935
Merged
Merged
Conversation
oscerd
approved these changes
Jul 30, 2026
| - **Test command:** `./mvnw verify` (JVM integration tests) or `./mvnw verify -Dnative -Ddocker` (JVM + native tests) | ||
| - **Format command:** `./mvnw process-resources -Pformat` (run from project root, formats code and updates metadata) | ||
| - **Module-specific build:** yes (use `-pl` from root, e.g. `./mvnw clean install -pl extensions/kafka -am`) | ||
| - **Parallelized Maven:** yes (`-T1C` for 1 thread per core; `mvnd` Maven Daemon also recommended for faster builds) |
Contributor
There was a problem hiding this comment.
Not sure if we need to guard Parallelized Maven with some instruction around not running tests or native builds in parallel?
I often see Claude trying to do this.
gansheer
force-pushed
the
feat/add-oss-helper-rules
branch
from
July 30, 2026 09:25
e879116 to
5988d2e
Compare
apupier
approved these changes
Jul 30, 2026
jamesnetherton
approved these changes
Jul 30, 2026
aldettinger
approved these changes
Jul 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #8932
Add in the project the updated files from: Open-Harness-Engineering/ai-agents-oss-known-projects#13