aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/validate.rs
AgeCommit message (Expand)Author
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-04refactor(spdx-licenses): remove unused functionsnsfisis
2026-05-04feat(show): expand license output with name, OSI flag, and URLnsfisis
2026-05-04feat(validate): port ValidatingArrayLoader license checksnsfisis
2026-05-04feat(validate): warn on deprecated SPDX license identifiersnsfisis
2026-05-03refactor: switch internal maps/sets from HashMap to IndexMapnsfisis
2026-02-23refactor(cli): route command output through Console abstractionnsfisis
2026-02-23fix(validate): warn on orphan scripts-descriptions/aliases and honor config.locknsfisis
2026-02-22refactor(console): add console_format! proc macro and migrate all commandsnsfisis
2026-02-22fix(validate): use CamelCase-to-dash name suggestion and propagate dependency...nsfisis
2026-02-22chore: cargo fmtnsfisis
2026-02-22feat(validate): implement --with-dependencies flagnsfisis
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(validate): implement validate command with composer.json checksnsfisis
2026-02-11change commands::*::execute() signaturesnsfisis
2026-02-11enable workspacensfisis