Validation and Testing
Before handoff or release:
cargo fmt --all
cargo test
cargo test --features blocking
Evidence Pointers
- Unit tests across client/model/blocking/CLI parser paths:
- Runtime command coverage matrix:
- Runtime CLI verification flow:
CI Notes
- API/release pipeline:
.github/workflows/release-plz.yml - Book deploy pipeline:
.github/workflows/mdbook.yml