1 2 3 4 5 6
# Development Guide ## Development - Format sources with `cargo fmt` before committing changes. - Lint with `cargo clippy --all-targets --all-features` to catch obvious mistakes across sketches and orchestration layers.