Run these commands in order before considering any change complete:
composer ecs— Fix code style (auto-fixes)composer stan— Static analysis (must pass with no errors)composer unit— Unit tests (must all pass)composer coverage— Unit tests with coverage (must be 100%)composer feature— Feature tests (must all pass)