CLI Development
Requirements
Initial Setup
git clone https://github.com/mozilla-ai/cq.git
cd cq/cli
go mod downloadcd ../sdk/go && make sync-promptsCommon Tasks
make test # Lint + test.
make build # Build the cq binary.
make lint # Run golangci-lint.
make install # Copy binary to /usr/local/bin.
make clean # Remove build artifacts.
make help # Show all available targets.Last updated