aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/config.rs
AgeCommit message (Expand)Author
2026-05-11test(commands): remove per-command testsnsfisis
2026-05-10refactor(io): introduce IoInterface trait mirroring Composer IOInterfacensfisis
2026-05-09refactor(composer): move Composer and Factory from mozart-core to mozartnsfisis
2026-05-09refactor(console): accept format args directly in console_writeln! macrosnsfisis
2026-05-09fix(config): align with Composer's ConfigCommand pipelinensfisis
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-05feat(core): port Factory::createConfig() as factory::create_config()nsfisis
2026-05-05refactor(core): replace ComposerConfig with typed Config structnsfisis
2026-05-05chore: remove redundant commentsnsfisis
2026-05-05refactor(commands): consolidate working_dir resolution into Cli methodnsfisis
2026-05-05feat(core): add Composer struct mirroring requireComposer/tryComposernsfisis
2026-02-23refactor(cli): route command output through Console abstractionnsfisis
2026-02-23refactor(cli): replace std::process::exit() with bail_silent in command handlersnsfisis
2026-02-23fix(global): add ~/.composer fallback, XDG auto-detection, and no-arg handlingnsfisis
2026-02-23fix(config): add missing keys, implement --absolute, fix output formatnsfisis
2026-02-22chore: cargo fmtnsfisis
2026-02-22feat(repository): implement repository command with all actionsnsfisis
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(config): implement write mode with set, unset, editor, and validationnsfisis
2026-02-21feat(config): implement config command with read-mode supportnsfisis
2026-02-11change commands::*::execute() signaturesnsfisis
2026-02-11enable workspacensfisis