aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/commands/run_script.rs
AgeCommit message (Expand)Author
2026-05-10refactor(downloader): turn DownloadManager into downloader registrynsfisis
2026-05-10refactor(io): introduce IoInterface trait mirroring Composer IOInterfacensfisis
2026-05-09refactor(composer): move Composer and Factory from mozart-core to mozartnsfisis
2026-05-09refactor(console): accept format args directly in console_writeln! macrosnsfisis
2026-05-08fix(run-script): align with Composer's RunScriptCommand pipelinensfisis
2026-05-06feat(core): port Factory::createComposer and AutoloadGenerator::dumpnsfisis
2026-05-06refactor(console): add write macros and migrate commands to use themnsfisis
2026-05-05refactor(core): replace ComposerConfig with typed Config structnsfisis
2026-05-05chore: remove redundant commentsnsfisis
2026-05-05refactor(commands): consolidate working_dir resolution into Cli methodnsfisis
2026-05-05feat(core): add Composer struct mirroring requireComposer/tryComposernsfisis
2026-02-23refactor(cli): route command output through Console abstractionnsfisis
2026-02-23fix(run-script): whitelist events, improve PHP detection, and fix flag handlingnsfisis
2026-02-22refactor(async): migrate from blocking HTTP to async/await with tokionsfisis
2026-02-22refactor(workspace): split monolithic crate into 6 workspace cratesnsfisis
2026-02-21feat(console): add structured error handling, verbosity, and suggestionsnsfisis
2026-02-21feat(run-script): implement run-script command to execute composer.json scriptsnsfisis
2026-02-11change commands::*::execute() signaturesnsfisis
2026-02-11enable workspacensfisis