## 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). - [ ] The relevant page on the [project Wiki](https://github.com/kingchenc/wickra/wiki) and the `README.md` are updated (If applicable). Wiki edits go to a separate repository: `https://github.com/kingchenc/wickra.wiki.git`. - [ ] An entry was added under `## [Unreleased]` in `CHANGELOG.md`. ## Notes for reviewers