Test 1: CLI command baseline.
Runs mdaa in --testing mode (no CDK execution), captures the commands
it would run, and diffs against a committed baseline.
Integration entry point: composes unit-tested helpers (prepareKit,
parseCliCommands, compareCliBaseline) and spawns the real mdaa CLI. It is
exercised end-to-end by each kit's *.diff.test.ts, so the test()-registration
body is excluded from unit coverage.
Test 1: CLI command baseline. Runs mdaa in --testing mode (no CDK execution), captures the commands it would run, and diffs against a committed baseline.
Integration entry point: composes unit-tested helpers (prepareKit, parseCliCommands, compareCliBaseline) and spawns the real mdaa CLI. It is exercised end-to-end by each kit's *.diff.test.ts, so the test()-registration body is excluded from unit coverage.