diff --git a/CLAUDE.md b/CLAUDE.md index a086ac5..60f2f88 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -110,4 +110,7 @@ The project uses Docker-based cross-compilation toolchains (see `docker/` direct ### Common Development Tasks - When making changes to native code, rebuild with `make clean-native native` - For Java/Scala changes, use `./sbt ~test` for continuous testing -- Always test on multiple JDK versions if possible (8, 11, 17, 21) \ No newline at end of file +- Always test on multiple JDK versions if possible (8, 11, 17, 21) + +### Native Code Testing +- Use make clean-native native for testing native code