Raised in passing on the breaking-change thread and worth its own topic.
The Model Checker catches real problems, but it only runs when somebody opens the Designer and
clicks it. That means it catches problems at the least useful moment — after the model is
already committed and somebody else has pulled it.
What I want: a command-line invocation that takes a .modlr file and exits non-zero on
errors, with machine-readable output.
mdriven-check MyModel.modlr --format json --fail-on error
That is enough to put it in a pipeline. Everything else — the nice reporting, the IDE
integration — is optional once the exit code exists.