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
/
global.rs
Age
Commit message (
Expand
)
Author
2026-05-11
test(commands): remove per-command tests
nsfisis
2026-05-10
refactor(io): introduce IoInterface trait mirroring Composer IOInterface
nsfisis
2026-05-09
refactor(composer): move Composer and Factory from mozart-core to mozart
nsfisis
2026-05-05
chore: remove redundant comments
nsfisis
2026-02-23
fix(global): add ~/.composer fallback, XDG auto-detection, and no-arg handling
nsfisis
2026-02-22
feat(cli): match Composer's --version output format
nsfisis
2026-02-22
fix(platform): detect PHP version from runtime instead of hardcoding 8.1
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(global): implement command to run subcommands in global Composer dir
nsfisis
2026-02-11
change commands::*::execute() signatures
nsfisis
2026-02-11
enable workspace
nsfisis