aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/create_project.rs
AgeCommit message (Expand)Author
2026-05-08fix(create-project): align with Composer's CreateProjectCommand pipelinensfisis
2026-05-05chore: remove redundant commentsnsfisis
2026-05-05refactor(commands): consolidate working_dir resolution into Cli methodnsfisis
2026-05-04fix(update): preserve locked refs and aliases on partial updatensfisis
2026-05-03fix(resolver): honor config.audit.block-insecure security-advisory filternsfisis
2026-05-03fix(update): apply --minimal-changes via policy preferred versionsnsfisis
2026-05-03fix(resolver): expand root branch-alias and self.version replace linksnsfisis
2026-05-03fix(install): align partial-update operation order with Composernsfisis
2026-05-03feat(resolver): honour audit.block-abandoned confignsfisis
2026-05-03fix(resolver): seed locked packages into pool and honour root-require barriernsfisis
2026-05-03fix(resolver): apply root "X as Y" aliases via pool second passnsfisis
2026-05-03fix(resolver): carry root composer.json conflicts onto the in-pool root entrynsfisis
2026-05-03fix(resolver): seed root package into pool as fixed entrynsfisis
2026-05-03refactor: switch internal maps/sets from HashMap to IndexMapnsfisis
2026-05-02fix(resolver): honor root self-provide/replace as require fulfilmentnsfisis
2026-05-02test(installer): switch fixtures to in-process harnessnsfisis
2026-05-02refactor(commands): split install/update into CLI execute + library runnsfisis
2026-05-02refactor(registry): plumb RepositorySet and executor through callersnsfisis
2026-02-24fix(cache): enable dist archive caching for all commandsnsfisis
2026-02-24feat(cache): enable repo cache for all Packagist API callsnsfisis
2026-02-23refactor(cli): route command output through Console abstractionnsfisis
2026-02-23fix(cli): align install/update output with Composer conventionsnsfisis
2026-02-23feat(vcs): add mozart-vcs crate for VCS repository supportnsfisis
2026-02-23fix(update): implement --with constraints, inline shorthand, and APCu passthr...nsfisis
2026-02-23fix(create-project): fix self.version rewriting and autoloader confignsfisis
2026-02-23fix(install): add CLI option validation, download-only wiring, and apcu-prefi...nsfisis
2026-02-22refactor(console): add console_format! proc macro and migrate all commandsnsfisis
2026-02-22fix(resolver): replace __root__ with actual package name in error messagesnsfisis
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(create-project): implement create-project command to scaffold new projec...nsfisis
2026-02-11change commands::*::execute() signaturesnsfisis
2026-02-11enable workspacensfisis