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'
This commit is contained in:
Taro L. Saito 2025-07-19 09:21:07 -07:00
parent af7f7b32d7
commit e41d1f133a

View File

@ -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)
- Always test on multiple JDK versions if possible (8, 11, 17, 21)
### Native Code Testing
- Use make clean-native native for testing native code