dep_sherpa 0.1.1
dep_sherpa: ^0.1.1 copied to clipboard
Dependency risk intelligence CLI for Dart and Flutter projects.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
0.1.1 - 2026-03-11 #
Added #
- Added maintainer and user reference docs for scoring, configuration, report schema, troubleshooting, and publishing.
0.1.0 - 2026-03-11 #
Added #
- Initial production-grade
dep_sherpaCLI package. - Dependency graph analysis via
dart pub deps --json. - Transparent dependency risk scoring with lag, maintenance, adoption, quality, bus factor, and transitive impact components.
- Context-aware trust model and Sherpa package safety policy.
- JSON and Markdown reports, ranking output, graph summary, diff command, and model explanation output.
- Offline-aware pub.dev and GitHub metadata retrieval with filesystem caching.
- Unit and CLI tests plus CI workflow with
panagate.