## Summary ## Related issue ## Type of change - [ ] Bug fix - [ ] New feature - [ ] Indicator addition / change - [ ] Documentation - [ ] CI / build / tooling ## Checklist - [ ] `cargo fmt --all --check` is clean. - [ ] `cargo clippy --workspace --all-targets -- -D warnings` is clean. - [ ] `cargo test --workspace` passes. - [ ] New behaviour has tests; bug fixes have a regression test. - [ ] Public API changes are mirrored in the Python / Node / WASM bindings and their type stubs (if applicable). - [ ] Documentation under `docs/wiki/` and the `README.md` is updated (if applicable). - [ ] An entry was added under `## [Unreleased]` in `CHANGELOG.md`. ## Notes for reviewers