Accepted
This CLI is designed primarily for AI agents that need to parse command output programmatically.
All commands output valid JSON by default. Errors use a consistent {"error":"...","code":"..."} format.
- Every output can be reliably parsed by AI agents
- Errors are structured and machine-readable
- Human readability is secondary (use
--format textwhen needed)