Public core CLI repository for running packages.
cargo fmt --all -- --checkcargo clippy --all-featurescargo test --all-features
- Preserve CLI semantics and user-facing flags unless intentionally versioned.
- Keep changes in
crates/libandcrates/clicompatibility-aware. - Add tests for changed runtime behavior.
- Breaking CLI behavior changes.
- Distribution/release workflow changes.
- Never skip tests on core execution path changes.
- Never merge compatibility-sensitive changes without impact notes.