aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands
AgeCommit message (Expand)Author
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
2026-05-04feat(validate): port ValidatingArrayLoader license checksnsfisis
2026-05-04feat(validate): warn on deprecated SPDX license identifiersnsfisis
2026-05-04feat(http): honor config.cafile and config.capathnsfisis
2026-05-04fix(update): preserve locked refs and aliases on partial updatensfisis
2026-05-04fix(update): run full resolve under --lock to surface alias changesnsfisis
2026-05-03fix(update): honor symlink:false on path repos during partial updatensfisis
2026-05-03feat(registry): support type: path repositoriesnsfisis
2026-05-03fix(update): pattern-match allow-list specifiers and reuse locked metadatansfisis
2026-05-03fix(resolver): honor config.audit.block-insecure security-advisory filternsfisis
2026-05-03fix(update): wire up the bare-keyword mirrors modensfisis
2026-05-03fix(install): reject lock when a locked dep's require excludes the rootnsfisis
2026-05-03fix(update): apply --minimal-changes preferred versions on partial updatensfisis
2026-05-03fix(update): unlock replacer when --with-deps walks a replaced requirensfisis
2026-05-03fix(update): apply --minimal-changes via policy preferred versionsnsfisis