Decision Workspace
smix-adapter-maestro vs smix-verbs vs smix-migrate
Side-by-side comparison of Rust crates
smix-adapter-maestro — Maestro YAML adapter for smix. Parses Maestro test flow YAML and translates each Step into a smix-sdk action call so a CI job can shell out to smix for any Maestro yaml instead of the Maestro Kotlin CLI.
smix-verbs — canonical verb table (maestro ↔ smix mapping) shared by smix-adapter-maestro parser and smix-migrate codemod. Single source of truth for the supported yaml verbs. Reviewer invariant: any new verb must land in VERB_TABLE first; both parser and codemod pick it up automatically.
smix-migrate — static codemod translating maestro-flavored YAML flows to smix canonical form (verb rename table + argument normalization). Consumed by the `smix migrate` CLI subcommand; also usable as a library for batch migration.
Core Metrics
| smix-adapter-maestro | smix-verbs | smix-migrate | |
|---|---|---|---|
| Health Score | 53 | 65 | 63 |
| Total Downloads | 638 | 603 | 564 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 32 | 52 | 55 |
| Releases | 32 | 26 | 29 |
| Last Updated | 1d ago | 1d ago | 1d ago |
| Age | 15d | 5d | 5d |
Health Breakdown
Technical Details
| smix-adapter-maestro | smix-verbs | smix-migrate | |
|---|---|---|---|
| Version | 1.0.27 | 1.0.27 | 1.0.27 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | Apache-2.0 OR MIT | Apache-2.0 OR MIT | Apache-2.0 OR MIT |
| Dependencies | 22 | 0 | 4 |
| Crate Size | 159KB | 5KB | 13KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | 1.97 | 1.97 | 1.97 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •smix-verbs leads with a health score of 65/100, but none of the options score above 80.
- •smix-adapter-maestro has the most downloads (638), suggesting wider adoption.