aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart-core/src/script_events.rs
AgeCommit message (Collapse)Author
2026-05-08fix(run-script): align with Composer's RunScriptCommand pipelinensfisis
Extract script-event constants into mozart_core::script_events, fix dev_mode to `--dev || \!--no-dev` (PHP wins-on---dev), route the --list header to stderr with empty-list silent return, validate --timeout with ctype_digit semantics, and reorder execute() so the cannot-be-run check runs before requireComposer(). Drops the spurious --no-scripts short-circuit (Composer honors that flag in the dispatcher, not the command).