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
/
config.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-09
refactor(console): accept format args directly in console_writeln! macros
nsfisis
2026-05-09
fix(config): align with Composer's ConfigCommand pipeline
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
feat(core): port Factory::createConfig() as factory::create_config()
nsfisis
2026-05-05
refactor(core): replace ComposerConfig with typed Config struct
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
feat(core): add Composer struct mirroring requireComposer/tryComposer
nsfisis
2026-02-23
refactor(cli): route command output through Console abstraction
nsfisis
2026-02-23
refactor(cli): replace std::process::exit() with bail_silent in command handlers
nsfisis
2026-02-23
fix(global): add ~/.composer fallback, XDG auto-detection, and no-arg handling
nsfisis
2026-02-23
fix(config): add missing keys, implement --absolute, fix output format
nsfisis
2026-02-22
chore: cargo fmt
nsfisis
2026-02-22
feat(repository): implement repository command with all actions
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(config): implement write mode with set, unset, editor, and validation
nsfisis
2026-02-21
feat(config): implement config command with read-mode support
nsfisis
2026-02-11
change commands::*::execute() signatures
nsfisis
2026-02-11
enable workspace
nsfisis