Skip to content

Commit 6b77ff8

Browse files
committed
add AGENTS.md
1 parent 7553d76 commit 6b77ff8

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# AI Agent Context for graphql-java
2+
3+
This file provides context for AI assistants working with this codebase.
4+
5+
## Test Execution
6+
7+
When running tests, exclude the Java version-specific test tasks to avoid failures:
8+
9+
```bash
10+
./gradlew test -x testWithJava17 -x testWithJava11 -x testng
11+
```

0 commit comments

Comments
 (0)