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