End-to-end review of a CCXT pull request. Reads the diff, transpiles and builds in all six languages (TS/JS, Python, PHP, C#, Go, Java), runs offline tests + live smoke tests, inspects both source and generated code, checks for security/performance/race-condition issues, drafts a structured review (verdict, inline…
Follow agents/AGENTS.md. Prefer the SDKs or MCP tools for data access. Build the user's requested product instead of copying repo examples by default; examples are optional references. For realtime products, use oddsapi.getstreaminginfo and oddsapi.getstreamconnection, then generate code that connects directly to raw…
Build against openapi.yaml and the SDKs in this repo. Use API-key auth first. Design the requested app or workflow rather than copying bundled examples; examples are optional references. Prefer snapshots for one-off answers; use oddsapi.getstreaminginfo and oddsapi.getstreamconnection before realtime code, then…