Async I/O
Use async I/O for file, network, and database operations
CLAUDE.md
Use async I/O for file, network, and database operations. Blocking I/O ties up the event loop or thread and prevents concurrent request handling. Always use the async variant.
Copy this block into your CLAUDE.md or agent config file to enforce it in your workflow.