## Objective Prevent local setup, verification, source-schema builds, and host activation progress from contaminating `--json` stdout. ## Acceptance - [x] One-shot development operations capture subprocess output. - [x] SDK source-schema preparation does not write build chatter to command stdout. - [x] Host activation and guest-image export suppress progress and child output in JSON mode. - [x] Live source-check invocation pipes successfully through `jq`. - [x] Full CLI suite passes. ## Evidence | Gate | Result | |---|---| | CLI tests | 182 passed | | live JSON source use | parsed successfully |
Objective
Prevent local setup, verification, source-schema builds, and host activation progress from contaminating
--jsonstdout.Acceptance
jq.Evidence