Skip to content

Commit af7f7b3

Browse files
authored
Update CLAUDE.md development workflow (#675)
* 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' * Update code formatting command to scalafmtAll - Change from scalafmtCheckAll to scalafmtAll for actual formatting - scalafmtAll applies formatting changes instead of just checking
1 parent b8cb2bf commit af7f7b3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

CLAUDE.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,9 @@ The project uses Docker-based cross-compilation toolchains (see `docker/` direct
105105
### Pull Request Guidelines
106106
- Use squashed commits when merging PRs to maintain clean commit history
107107
- Run tests before creating PR: `./sbt test`
108-
- Check code formatting: `./sbt scalafmtCheckAll`
108+
- Format code: `./sbt scalafmtAll`
109109

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

0 commit comments

Comments
 (0)