See CONTRIBUTING.md for development setup, testing, architecture, and admin commands.
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)