aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/suggests.rs
AgeCommit message (Collapse)Author
2026-02-21feat(suggests): implement suggests command with filtering and multiple ↵nsfisis
output modes Replaces the todo\!() stub with full implementation that collects suggested packages from lock file, installed packages, and root composer.json. Supports --no-dev, --all, --list, --by-package, --by-suggestion flags and package name filtering. Filters out already-installed and platform packages. Includes 11 tests covering collection, filtering, and edge cases. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11change commands::*::execute() signaturesnsfisis
2026-02-11enable workspacensfisis