Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 716 Bytes

File metadata and controls

34 lines (23 loc) · 716 Bytes

Contributing

Thanks for improving Codag CLI.

Development

make test
make build
./bin/codag --help

Before opening a pull request, run:

go test ./...

Scope

This repository contains the public CLI, MCP server, OAuth client, and local provider/source integrations. The hosted API, compression pipeline, billing system, and model-serving infrastructure live outside this repository.

Pull Requests

Keep changes focused. Include tests for behavior changes, especially around:

  • OAuth and token refresh
  • MCP tool validation
  • provider log-source command construction
  • output modes for codag wrap

Do not commit local credentials, logs, built binaries, or generated artifacts.