* 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
* Add CLAUDE.md for Claude Code guidance
This file provides essential guidance for Claude Code when working with
the snappy-java repository, including:
- Common build and test commands
- High-level architecture overview
- Platform support details
- Important implementation notes
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Remove outdated findbugs and jacoco commands
* Fix test command for debug logging
* Clarify test frameworks: AirSpec for Scala, JUnit for Java
---------
Co-authored-by: Claude <noreply@anthropic.com>