aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/reinstall.rs
AgeCommit message (Collapse)Author
2026-02-21feat(reinstall): implement reinstall command to re-download specified packagesnsfisis
Replaces the todo\!() stub with a full implementation that reads installed.json and composer.lock, selects packages by name patterns (with glob/wildcard support) or --type filter, removes vendor directories, re-downloads from dist, and regenerates the autoloader. Supports --dry-run, --no-dev, and all standard autoloader flags. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11change commands::*::execute() signaturesnsfisis
2026-02-11enable workspacensfisis