| Category | Count | Notes |
|---|---|---|
| Smoke tests | 3 | tests/smoke_test.rs — crate compilation, stdlib, edition 2021 |
| Benchmarks | 1 dir | benches/ present |
- Crate links without panic (
smoke_test.rs) - Basic allocation and iterator semantics
- Unit tests for Router, Expert, Orchestrator modules
- Property tests for context serialization
- Integration tests for sensor/reservoir pipeline
cargo test