aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart
AgeCommit message (Expand)Author
2026-05-10refactor(workspace): consolidate crates into mozart-corensfisis
2026-05-09refactor(vcs): mirror Composer interfaces; rename get_local_changesnsfisis
2026-05-09refactor(composer): move Composer and Factory from mozart-core to mozartnsfisis
2026-05-09refactor(commands): consolidate get_platform_requirement_filter into shared m...nsfisis
2026-05-09refactor(show): make format field non-optional with default "text"nsfisis
2026-05-09refactor(console): accept format args directly in console_writeln! macrosnsfisis
2026-05-09refactor(update): Slice A — align update.rs with Composer's UpdateCommand p...nsfisis
2026-05-09refactor(show): Slice A — align show.rs with Composer's ShowCommand pipelinensfisis
2026-05-09refactor(install): Slice A — align install.rs with Composer's InstallComman...nsfisis
2026-05-09fix(config): align with Composer's ConfigCommand pipelinensfisis
2026-05-08fix(validate): align with Composer's ValidateCommand pipelinensfisis
2026-05-08refactor(advisory): fix clippy warningsnsfisis
2026-05-08fix(require): align with Composer's RequireCommand pipelinensfisis
2026-05-08fix(audit): align with Composer's AuditCommand pipelinensfisis
2026-05-08fix(repository): align with Composer's RepositoryCommand pipelinensfisis
2026-05-08fix(remove): align with Composer's RemoveCommand pipelinensfisis
2026-05-08fix(run-script): align with Composer's RunScriptCommand pipelinensfisis
2026-05-08fix(check-platform-reqs): align with Composer's CheckPlatformReqsCommand flownsfisis
2026-05-08fix(suggests): align with Composer's SuggestsCommand pipelinensfisis
2026-05-08fix(bump): align with Composer's BumpCommand pipelinensfisis
2026-05-08fix(create-project): align with Composer's CreateProjectCommand pipelinensfisis
2026-05-08fix(diagnose): align with Composer's DiagnoseCommand orchestrationnsfisis
2026-05-08fix(outdated): align with Composer's OutdatedCommand proxynsfisis
2026-05-08fix(licenses): align with Composer's LicensesCommand pipelinensfisis
2026-05-08fix(reinstall): align with Composer's ReinstallCommand pipelinensfisis
2026-05-08fix(status): align with Composer's StatusCommand pipelinensfisis
2026-05-08fix(fund): align with Composer's FundCommand pipelinensfisis
2026-05-08fix(search): align with Composer's RepositoryInterface::searchnsfisis
2026-05-08fix(browse): mirror Composer's HomeCommand semanticsnsfisis
2026-05-08refactor(archiver): extract ArchiveManager from archive commandnsfisis
2026-05-08fix(commands): use tryComposer/createConfig idiom for archive and diagnosensfisis
2026-05-07fix(exec): align binary listing with Composernsfisis
2026-05-06fix(status): remove conflicting local verbose argnsfisis
2026-05-06feat(core): port Factory::createComposer and AutoloadGenerator::dumpnsfisis
2026-05-06fix(clear-cache): write info messages to stderr to match Composernsfisis
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-06fix(cache): mirror Composer no-cache and cache-files-maxsize handlingnsfisis
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-05feat(dump-autoload): warn and exit 1 on missing installed packagesnsfisis
2026-05-05refactor(commands): consolidate working_dir resolution into Cli methodnsfisis
2026-05-05feat(core): add Composer struct mirroring requireComposer/tryComposernsfisis
2026-05-05chore(clear-cache): remove verbose type declarationnsfisis
2026-05-05feat(cache): include cache-vcs-dir in clear-cache commandnsfisis
2026-05-05refactor(depends): share execution path with prohibits via do_executensfisis
2026-05-05refactor(core): centralize version constant in mozart-corensfisis
2026-05-04refactor(spdx-licenses): remove unused functionsnsfisis
2026-05-04feat(show): expand license output with name, OSI flag, and URLnsfisis