aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/prohibits.rs
AgeCommit message (Expand)Author
2026-05-10refactor(io): introduce IoInterface trait mirroring Composer IOInterfacensfisis
2026-05-05refactor(depends): share execution path with prohibits via do_executensfisis
2026-02-23refactor(cli): route command output through Console abstractionnsfisis
2026-02-23fix(prohibits): align behavior with Composer's why-not commandnsfisis
2026-02-22refactor(console): add console_format! proc macro and migrate all commandsnsfisis
2026-02-22fix(depends): align exit codes and error messages with Composernsfisis
2026-02-22refactor: reorganize crates to match Composer subpackage structurensfisis
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(depends): implement depends and prohibits commands with shared dependenc...nsfisis
2026-02-11change commands::*::execute() signaturesnsfisis
2026-02-11enable workspacensfisis