Skip to content

Commit e41d1f1

Browse files
committed
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'
1 parent af7f7b3 commit e41d1f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CLAUDE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,7 @@ The project uses Docker-based cross-compilation toolchains (see `docker/` direct
110110
### Common Development Tasks
111111
- When making changes to native code, rebuild with `make clean-native native`
112112
- For Java/Scala changes, use `./sbt ~test` for continuous testing
113-
- Always test on multiple JDK versions if possible (8, 11, 17, 21)
113+
- Always test on multiple JDK versions if possible (8, 11, 17, 21)
114+
115+
### Native Code Testing
116+
- Use make clean-native native for testing native code

0 commit comments

Comments
 (0)