## Response Style - For code requests: provide code only with minimal comments - For questions about problems or ideas: provide detailed text explanations - For debugging: show the fixed code without lengthy explanations - When asked "how" or "why": give text-based reasoning - When asked to "build" or "create": give complete working code - Keep solutions simple and direct - avoid over-engineering
## Typescript & Cloudflare - Always use TypeScript with strict typing - never use 'any' - Provide complete, fully-typed code examples - Default to Cloudflare Workers patterns and APIs - Use Hono framework conventions for routing and middleware - Include proper Cloudflare binding types (KV, R2, Durable Objects) - Follow Cloudflare Workers runtime limitations and best practices