Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 486 Bytes

File metadata and controls

12 lines (9 loc) · 486 Bytes

CLAUDE.md

See CONTRIBUTING.md for development setup, testing, architecture, and admin commands.

Quick Reference

cargo build                                                  # Build
cargo test                                                   # Run tests
cargo fmt --all                                              # Format (required before commits)
cargo clippy --all-targets --all-features -- -D warnings     # Lint (must pass with no warnings)