| Age | Commit message (Expand) | Author |
| 2026-02-23 | refactor(cli): replace std::process::exit() with bail_silent in command handlers | nsfisis |
| 2026-02-23 | fix(cli): align subcommand help text with Composer | nsfisis |
| 2026-02-23 | feat(vcs): add mozart-vcs crate for VCS repository support | nsfisis |
| 2026-02-23 | fix(validate): warn on orphan scripts-descriptions/aliases and honor config.lock | nsfisis |
| 2026-02-23 | fix(self-update): preserve backups and improve output messages | nsfisis |
| 2026-02-23 | fix(repository): support Composer's associative-key repo format | nsfisis |
| 2026-02-23 | fix(prohibits): align behavior with Composer's why-not command | nsfisis |
| 2026-02-23 | fix(update): implement --with constraints, inline shorthand, and APCu passthr... | nsfisis |
| 2026-02-23 | fix(show): validate option combinations and support --ignore wildcards | nsfisis |
| 2026-02-23 | fix(require): revert on failure, prevent duplicates, and honor config | nsfisis |
| 2026-02-23 | fix(show,outdated): align outdated classification and wildcard handling with ... | nsfisis |
| 2026-02-23 | fix(suggests): add long help text with documentation URL | nsfisis |
| 2026-02-23 | fix(run-script): whitelist events, improve PHP detection, and fix flag handling | nsfisis |
| 2026-02-23 | fix(reinstall): add per-pattern warnings, config autoloader defaults, and COM... | nsfisis |
| 2026-02-23 | fix(licenses): add table headers and bordered summary output | nsfisis |
| 2026-02-23 | fix(init): support COMPOSER_DEFAULT_* env vars and fix abort handling | nsfisis |
| 2026-02-23 | fix(fund): add ANSI color styling and use Console API for output | nsfisis |
| 2026-02-23 | fix(exec): use bail_silent for exit code and style binary listing | nsfisis |
| 2026-02-23 | fix(diagnose): use bail_silent for exit code and add git color.ui check | nsfisis |
| 2026-02-23 | fix(create-project): fix self.version rewriting and autoloader config | nsfisis |
| 2026-02-23 | fix(completion): auto-detect shell from $SHELL when argument omitted | nsfisis |
| 2026-02-23 | fix(clear-cache): add per-directory output, read-only guard, and always exit 0 | nsfisis |
| 2026-02-23 | fix(audit): write human-readable output to stderr to match Composer | nsfisis |
| 2026-02-23 | fix(bump): use exit code 2 for stale lock file to match Composer | nsfisis |
| 2026-02-23 | fix(status): align output with Composer stderr/stdout separation and add syml... | nsfisis |
| 2026-02-23 | fix(search): match Composer single-line output format with truncation | nsfisis |
| 2026-02-23 | fix(remove): wire apcu autoloader flags, add audit-format default, and match ... | nsfisis |
| 2026-02-23 | fix(install): add CLI option validation, download-only wiring, and apcu-prefi... | nsfisis |
| 2026-02-23 | fix(global): add ~/.composer fallback, XDG auto-detection, and no-arg handling | nsfisis |
| 2026-02-23 | fix(dump-autoload): add config defaults, CLI validation, and class count output | nsfisis |
| 2026-02-23 | fix(depends): prefer installed packages over lockfile and add platform support | nsfisis |
| 2026-02-23 | fix(config): add missing keys, implement --absolute, fix output format | nsfisis |
| 2026-02-23 | fix(check-platform-reqs): add informational messages and empty vendor fallback | nsfisis |
| 2026-02-23 | fix(archive): add format completion, stability suffix parsing, and Composer-c... | nsfisis |
| 2026-02-23 | fix(browse): use proper URL validation and match Composer's Windows browser l... | nsfisis |
| 2026-02-23 | feat(init): add SPDX license validation and COMPOSER_DEFAULT_LICENSE support | nsfisis |
| 2026-02-23 | fix(bump): support inline constraints and glob wildcards in package filter | nsfisis |
| 2026-02-22 | fix(check-platform-reqs): check lib-* and composer-*-api against detected pla... | nsfisis |
| 2026-02-22 | fix(reinstall): exit 1 when no packages match criteria | nsfisis |
| 2026-02-22 | fix(show,outdated): reject multiple level filters at once | nsfisis |
| 2026-02-22 | fix(audit): change --abandoned default from "report" to "fail" | nsfisis |
| 2026-02-22 | fix(fund): use 4-space JSON indentation to match Composer | nsfisis |
| 2026-02-22 | fix(licenses): use 4-space JSON indentation to match Composer | nsfisis |
| 2026-02-22 | fix(browse): match Composer's error messages, output formatting, and stderr b... | nsfisis |
| 2026-02-22 | feat(cli): match Composer's --version output format | nsfisis |
| 2026-02-22 | fix(search): match Composer's --only-vendor and JSON output formats | nsfisis |
| 2026-02-22 | feat(search): display abandoned package indicator in search results | nsfisis |
| 2026-02-22 | refactor(console): add console_format! proc macro and migrate all commands | nsfisis |
| 2026-02-22 | fix(validate): use CamelCase-to-dash name suggestion and propagate dependency... | nsfisis |
| 2026-02-22 | fix(suggests): add deduplication and ANSI color output | nsfisis |