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
/
dependency.rs
Age
Commit message (
Expand
)
Author
2026-05-11
refactor(package): rename traits and switch dep maps to IndexMap
nsfisis
2026-05-10
refactor(io): introduce IoInterface trait mirroring Composer IOInterface
nsfisis
2026-05-10
refactor(workspace): consolidate crates into mozart-core
nsfisis
2026-05-09
refactor(console): accept format args directly in console_writeln! macros
nsfisis
2026-05-06
refactor(console): rename color helpers and migrate call sites to console_for...
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(commands): consolidate working_dir resolution into Cli method
nsfisis
2026-05-05
refactor(depends): share execution path with prohibits via do_execute
nsfisis
2026-05-03
refactor: switch internal maps/sets from HashMap to IndexMap
nsfisis
2026-02-23
refactor(cli): route command output through Console abstraction
nsfisis
2026-02-23
fix(prohibits): align behavior with Composer's why-not command
nsfisis
2026-02-23
fix(depends): prefer installed packages over lockfile and add platform support
nsfisis
2026-02-22
refactor: reorganize crates to match Composer subpackage structure
nsfisis
2026-02-22
refactor(workspace): split monolithic crate into 6 workspace crates
nsfisis
2026-02-21
feat(depends): implement depends and prohibits commands with shared dependenc...
nsfisis