From e41d1f133ae3591a29ba82723d48c9139e8cf79b Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Sat, 19 Jul 2025 09:21:07 -0700 Subject: [PATCH] Update CLAUDE.md development workflow - Fix typo in 'commit' - Add PR guidelines and common development tasks - Update native code build command to use 'make clean-native native' --- CLAUDE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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