All notable changes to wavecli will be documented in this file.
The format is based on Keep a Changelog.
- Reimplemented
waveclias a native Rust CLI built directly onwellen - Added Cargo-based build, test, and installation workflow
- Added Rust integration tests using bundled VCD/FST fixtures
- Replaced the Python runtime layer with a Rust command-line implementation
- Kept the
info,signals,range,values, andfloatcommand surface while moving parsing towellen - Kept JSON as the default output format with
--format textfor readable terminal output
- Removed the Python package workflow and
pywellenruntime dependency from the active implementation