diff --git a/AGENTS.md b/AGENTS.md index 49196a4..df6f207 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,300 +1,119 @@ # AGENTS.md - AI Coding Agent Guidelines -Guidelines for AI agents working in this project. - ## 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