index
:
php-mozart
main
php-mozart
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
crates
/
mozart
/
src
/
commands
/
self_update.rs
Age
Commit message (
Expand
)
Author
2026-05-10
refactor(clippy): deny clippy::unused_trait_names
nsfisis
2026-05-10
refactor(io): introduce IoInterface trait mirroring Composer IOInterface
nsfisis
2026-05-09
refactor(console): accept format args directly in console_writeln! macros
nsfisis
2026-05-06
refactor(console): add write macros and migrate commands to use them
nsfisis
2026-05-05
chore: remove redundant comments
nsfisis
2026-05-05
refactor(core): centralize version constant in mozart-core
nsfisis
2026-05-04
feat(http): honor config.cafile and config.capath
nsfisis
2026-02-23
refactor(cli): route command output through Console abstraction
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-22
refactor(console): add console_format! proc macro and migrate all commands
nsfisis
2026-02-22
refactor(http): centralize User-Agent string in mozart-core
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(self-update): implement command to update Mozart via GitHub Releases
nsfisis
2026-02-11
change commands::*::execute() signatures
nsfisis
2026-02-11
enable workspace
nsfisis