| Age | Commit message (Expand) | Author |
| 2026-02-23 | fix(cli): align install/update output with Composer conventions | nsfisis |
| 2026-02-23 | feat(vcs): add mozart-vcs crate for VCS repository support | nsfisis |
| 2026-02-23 | fix(install): add CLI option validation, download-only wiring, and apcu-prefi... | nsfisis |
| 2026-02-23 | fix(dump-autoload): add config defaults, CLI validation, and class count output | nsfisis |
| 2026-02-22 | refactor(console): add console_format! proc macro and migrate all commands | nsfisis |
| 2026-02-22 | fix(install): fall back to update when composer.lock is missing | nsfisis |
| 2026-02-22 | refactor(async): migrate from blocking HTTP to async/await with tokio | nsfisis |
| 2026-02-22 | refactor(workspace): split monolithic crate into 6 workspace crates | nsfisis |
| 2026-02-21 | feat(console): add structured error handling, verbosity, and suggestions | 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 |
| 2026-02-21 | feat(install): add InstallConfig, platform warnings, and download progress | nsfisis |
| 2026-02-21 | feat(depends): implement depends and prohibits commands with shared dependenc... | nsfisis |
| 2026-02-21 | feat(update): implement update command with resolver-based dependency updates | nsfisis |
| 2026-02-21 | feat(autoload): generate Composer-compatible PHP autoloader files | nsfisis |
| 2026-02-21 | feat(install): implement install command with lock-based package installation | nsfisis |
| 2026-02-11 | change commands::*::execute() signatures | nsfisis |
| 2026-02-11 | enable workspace | nsfisis |