Accepted
We need a CLI tool that is fast, produces a single binary, and is easy to distribute.
Use Go for the CLI implementation.
- Single binary distribution, no runtime dependencies
- Fast startup time (critical for AI agent workflows)
- Strong standard library for HTTP and JSON
- cobra/viper ecosystem for CLI and config