# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. Default to using Bun instead of Node.js. - Use `bun ` instead of `node ` or `ts-node ` - Use `bun test` instead of `jest` or `vitest` - Use `bun install` instead of `npm install` or `yarn install` - Use `bun run