diff --git a/CLAUDE.md b/CLAUDE.md index 4d862b9..a086ac5 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -105,12 +105,9 @@ The project uses Docker-based cross-compilation toolchains (see `docker/` direct ### Pull Request Guidelines - Use squashed commits when merging PRs to maintain clean commit history - Run tests before creating PR: `./sbt test` -- Check code formatting: `./sbt scalafmtCheckAll` +- Format code: `./sbt scalafmtAll` ### 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) - -### Native Code Testing -- Use make clean-native native for testing native code \ No newline at end of file +- Always test on multiple JDK versions if possible (8, 11, 17, 21) \ No newline at end of file