Mathious6
Results
2
issues of
Mathious6
## Why? > The CLI had tightly coupled parsing, IO, and domain logic in a single flow, making it hard to test & extend. ## What? * **Version** * Bump...
enhancement
## Why? Our CLI currently uses many **primitive types** (`String`, `i64`, etc.) to represent domain concepts like client numbers, account IDs, and quote lengths. This makes validation scattered and fragile,...