As Decided v0.24.1 - native distribution
As Decided now has a native Rust installation path.
v0.24.1 packages the CLI for crates.io, so Rust users can install it in the expected way:
cargo install decidedThe public decided crate carries the CLI. Its implementation dependency is published separately as asdecided-core, while the supported product interface remains the decided command rather than the internal Rust library API.
This patch also:
- makes the Cargo package version authoritative for ordinary source builds
- aligns published package metadata and licensing with As Decided and Apache-2.0
- keeps embedded compatibility data inside the verified crate boundary
- adds tokenless crates.io trusted publishing for releases after the one-time registry bootstrap
- continues to ship
decidedanddecided-mcptogether in native Linux, Apple Silicon macOS, and Windows archives
WinGet and Scoop listings will follow against these exact v0.24.1 Windows release bytes.