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
/
validate.rs
Age
Commit message (
Expand
)
Author
2026-05-11
test(commands): remove per-command tests
nsfisis
2026-05-10
refactor(downloader): turn DownloadManager into downloader registry
nsfisis
2026-05-10
refactor(io): introduce IoInterface trait mirroring Composer IOInterface
nsfisis
2026-05-10
refactor(package): port RootPackageLoader into RootPackageData::from_raw
nsfisis
2026-05-10
refactor(workspace): consolidate crates into mozart-core
nsfisis
2026-05-09
refactor(composer): move Composer and Factory from mozart-core to mozart
nsfisis
2026-05-09
refactor(commands): consolidate get_platform_requirement_filter into shared m...
nsfisis
2026-05-09
refactor(console): accept format args directly in console_writeln! macros
nsfisis
2026-05-08
fix(validate): align with Composer's ValidateCommand pipeline
nsfisis
2026-05-08
fix(diagnose): align with Composer's DiagnoseCommand orchestration
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-04
refactor(spdx-licenses): remove unused functions
nsfisis
2026-05-04
feat(show): expand license output with name, OSI flag, and URL
nsfisis
2026-05-04
feat(validate): port ValidatingArrayLoader license checks
nsfisis
2026-05-04
feat(validate): warn on deprecated SPDX license identifiers
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(validate): warn on orphan scripts-descriptions/aliases and honor config.lock
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
chore: cargo fmt
nsfisis
2026-02-22
feat(validate): implement --with-dependencies flag
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(validate): implement validate command with composer.json checks
nsfisis
2026-02-11
change commands::*::execute() signatures
nsfisis
2026-02-11
enable workspace
nsfisis