aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/status.rs
AgeCommit message (Expand)Author
2026-05-09refactor(commands): consolidate get_platform_requirement_filter into shared m...nsfisis
2026-05-09refactor(console): accept format args directly in console_writeln! macrosnsfisis
2026-05-08fix(status): align with Composer's StatusCommand pipelinensfisis
2026-05-08fix(browse): mirror Composer's HomeCommand semanticsnsfisis
2026-05-06fix(status): remove conflicting local verbose argnsfisis
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-03refactor: switch internal maps/sets from HashMap to IndexMapnsfisis
2026-02-24fix(cache): enable dist archive caching for all commandsnsfisis
2026-02-23refactor(cli): route command output through Console abstractionnsfisis
2026-02-23fix(status): align output with Composer stderr/stdout separation and add syml...nsfisis
2026-02-22refactor(async): migrate from blocking HTTP to async/await with tokionsfisis
2026-02-22refactor(workspace): split monolithic crate into 6 workspace cratesnsfisis
2026-02-21feat(console): add structured error handling, verbosity, and suggestionsnsfisis
2026-02-21feat(status): implement status command to detect local vendor modificationsnsfisis
2026-02-11change commands::*::execute() signaturesnsfisis
2026-02-11enable workspacensfisis