4 Commits

Author SHA1 Message Date
Taro L. Saito
e41d1f133a 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'
2025-07-19 09:47:44 -07:00
Taro L. Saito
af7f7b32d7
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
2025-07-19 09:46:42 -07:00
Taro L. Saito
b8cb2bf1a9 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'
2025-07-19 09:17:29 -07:00
Taro L. Saito
57def01ca4
Add CLAUDE.md for Claude Code guidance (#672)
* 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>
2025-07-19 08:50:10 -07:00