···11+# Development workflow
22+33+## 1. Make changes
44+55+Start with tests.
66+77+Workspace operations are available via `cargo workspace`.
88+99+## 2. Lint/format
1010+1111+`cargo fmt --all`
1212+1313+`cargo clippy --all-targets -Dwarnings`
1414+1515+## 3. Run tests
1616+1717+`cargo nextest`