Linear Debug Bundle Overview Production-ready debugging tools for Linear API integrations: instrumented client with request/response logging, request tracer with performance metrics, health check endpoint, environment validator, and interactive debug console. Prerequisites - installed and configured - Node.js 18+ - Optional: pino or winston for structured logging Instructions Tool 1: Debug Client Wrapper Intercept all API calls with timing, logging, and error capture by wrapping the SDK's underlying fetch. Tool 2: Request Tracer Track all API calls with timing, success/failure, and aggregate…