## Task If the API returns a non-JSON body, print a clear error message instead of crashing on JSON parse. ## Files to update ``` packages/cli/src/lib/client.ts packages/cli/src/lib/errors.ts ```
Task
If the API returns a non-JSON body, print a clear error message instead of crashing on JSON parse.
Files to update