aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/init.rs
AgeCommit message (Expand)Author
2026-05-11refactor(package): rename traits and switch dep maps to IndexMapnsfisis
2026-05-10refactor(clippy): deny clippy::unused_trait_namesnsfisis
2026-05-10refactor(io): introduce IoInterface trait mirroring Composer IOInterfacensfisis
2026-05-10refactor(workspace): consolidate crates into mozart-corensfisis
2026-05-08fix(licenses): align with Composer's LicensesCommand pipelinensfisis
2026-05-05refactor(commands): consolidate working_dir resolution into Cli methodnsfisis
2026-05-03fix(resolver): honor config.audit.block-insecure security-advisory filternsfisis
2026-05-03feat(repository): support only/exclude/canonical repo filtersnsfisis
2026-05-01feat(registry): support inline 'type: package' repositoriesnsfisis
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(init): support COMPOSER_DEFAULT_* env vars and fix abort handlingnsfisis
2026-02-23fix(browse): use proper URL validation and match Composer's Windows browser l...nsfisis
2026-02-23feat(init): add SPDX license validation and COMPOSER_DEFAULT_LICENSE supportnsfisis
2026-02-22refactor(console): add console_format! proc macro and migrate all commandsnsfisis
2026-02-22chore: cargo fmtnsfisis
2026-02-22feat(init): add interactive dependency selection via Packagist searchnsfisis
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(require): implement require command with Packagist version resolutionnsfisis
2026-02-14implement init commandnsfisis
2026-02-11change commands::*::execute() signaturesnsfisis
2026-02-11enable workspacensfisis