aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/dependency.rs
AgeCommit message (Expand)Author
2026-05-10refactor(io): introduce IoInterface trait mirroring Composer IOInterfacensfisis
2026-05-10refactor(workspace): consolidate crates into mozart-corensfisis
2026-05-09refactor(console): accept format args directly in console_writeln! macrosnsfisis
2026-05-06refactor(console): rename color helpers and migrate call sites to console_for...nsfisis
2026-05-06refactor(console): add write macros and migrate commands to use themnsfisis
2026-05-05chore: remove redundant commentsnsfisis
2026-05-05refactor(commands): consolidate working_dir resolution into Cli methodnsfisis
2026-05-05refactor(depends): share execution path with prohibits via do_executensfisis
2026-05-03refactor: switch internal maps/sets from HashMap to IndexMapnsfisis
2026-02-23refactor(cli): route command output through Console abstractionnsfisis
2026-02-23fix(prohibits): align behavior with Composer's why-not commandnsfisis
2026-02-23fix(depends): prefer installed packages over lockfile and add platform supportnsfisis
2026-02-22refactor: reorganize crates to match Composer subpackage structurensfisis
2026-02-22refactor(workspace): split monolithic crate into 6 workspace cratesnsfisis
2026-02-21feat(depends): implement depends and prohibits commands with shared dependenc...nsfisis