| Age | Commit message (Expand) | Author |
| 2026-02-22 | fix(suggests): add deduplication and ANSI color output | nsfisis |
| 2026-02-22 | fix(depends): align exit codes and error messages with Composer | nsfisis |
| 2026-02-22 | fix(search): validate --only-name/--only-vendor exclusivity and --format values | nsfisis |
| 2026-02-22 | fix(bump): align output messages with Composer output | nsfisis |
| 2026-02-22 | fix(licenses): align error messages with Composer output | nsfisis |
| 2026-02-22 | fix(suggests): align output formatting and root package filtering with Composer | nsfisis |
| 2026-02-22 | fix(clear-cache): enforce 1 GB repo cache size limit during GC | nsfisis |
| 2026-02-22 | fix(about): respect --quiet flag by using console output | nsfisis |
| 2026-02-22 | fix(bump): return exit code 1 on dry-run with changes and warn when type is a... | nsfisis |
| 2026-02-22 | chore: cargo fmt | nsfisis |
| 2026-02-22 | feat(remove): implement --unused flag to prune orphan packages | nsfisis |
| 2026-02-22 | feat(validate): implement --with-dependencies flag | nsfisis |
| 2026-02-22 | feat(update): implement --patch-only, --root-reqs, --bump-after-update | nsfisis |
| 2026-02-22 | feat(audit): display version info in audit output | nsfisis |
| 2026-02-22 | refactor: reorganize crates to match Composer subpackage structure | nsfisis |
| 2026-02-22 | fix(install): fall back to update when composer.lock is missing | nsfisis |
| 2026-02-22 | fix(resolver): replace __root__ with actual package name in error messages | nsfisis |
| 2026-02-22 | fix(platform): detect PHP version from runtime instead of hardcoding 8.1 | nsfisis |
| 2026-02-22 | chore: cargo fmt | nsfisis |
| 2026-02-22 | refactor(http): centralize User-Agent string in mozart-core | nsfisis |
| 2026-02-22 | chore: remove some of #[ignore] attributes | nsfisis |
| 2026-02-22 | feat(init): add interactive dependency selection via Packagist search | nsfisis |
| 2026-02-22 | feat(repository): implement repository command with all actions | nsfisis |
| 2026-02-22 | chore: remove unused files | nsfisis |
| 2026-02-22 | refactor(async): migrate from blocking HTTP to async/await with tokio | nsfisis |
| 2026-02-22 | feat(tracing): add performance profiling via tracing crate | nsfisis |
| 2026-02-22 | refactor(workspace): split monolithic crate into 6 workspace crates | nsfisis |
| 2026-02-21 | feat(completion): add shell completion generation via clap_complete | nsfisis |
| 2026-02-21 | feat(console): add structured error handling, verbosity, and suggestions | nsfisis |
| 2026-02-21 | test(constraint): add comprehensive unit tests for version parsing and matching | nsfisis |
| 2026-02-21 | feat(self-update): implement command to update Mozart via GitHub Releases | nsfisis |
| 2026-02-21 | feat(archive): implement command to create distributable archives | nsfisis |
| 2026-02-21 | fix(licenses): handle root license as array and add ANSI color to header | nsfisis |
| 2026-02-21 | feat(global): implement command to run subcommands in global Composer dir | nsfisis |
| 2026-02-21 | feat(check-platform-reqs): implement command to verify PHP platform requirements | nsfisis |
| 2026-02-21 | fix(licenses): match Composer text output format | nsfisis |
| 2026-02-21 | feat(diagnose): implement diagnose command to check system health and connect... | nsfisis |
| 2026-02-21 | feat(run-script): implement run-script command to execute composer.json scripts | nsfisis |
| 2026-02-21 | feat(audit): implement audit command to check packages for security vulnerabi... | nsfisis |
| 2026-02-21 | feat(create-project): implement create-project command to scaffold new projec... | nsfisis |
| 2026-02-21 | feat(reinstall): implement reinstall command to re-download specified packages | nsfisis |
| 2026-02-21 | feat(status): implement status command to detect local vendor modifications | nsfisis |
| 2026-02-21 | feat(exec): implement exec command to run vendor binaries | nsfisis |
| 2026-02-21 | feat(bump): implement bump command to raise version constraints to installed ... | nsfisis |
| 2026-02-21 | feat(browse): implement browse command to open package URLs in browser | nsfisis |
| 2026-02-21 | feat(suggests): implement suggests command with filtering and multiple output... | nsfisis |
| 2026-02-21 | feat(fund): implement fund command with text and JSON output | nsfisis |
| 2026-02-21 | feat(licenses): implement licenses command with text, JSON, and summary output | nsfisis |
| 2026-02-21 | feat(cache): add filesystem-backed cache with TTL expiration and size-limited GC | nsfisis |
| 2026-02-21 | feat(autoload): add classmap scanning, optimize, APCu, platform checks, and s... | nsfisis |