# AGENTS.md - AI Coding Agent Guidelines Guidelines for AI agents working in this Bun monorepo. ## Project Overview > **This project uses [Bun](https://bun.sh) exclusively as both the JavaScript runtime and package manager. Do NOT use Node.js / npm / yarn / pnpm. All commands start with `bun` — use `bun install` for dependencies and `bun run` / `bun