From 22363279c880eceee68a8d08aa032f63ee67e519 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Wed, 1 Apr 2026 23:24:23 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E7=B2=BE=E7=AE=80=20AGENTS.md=20?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E7=BB=93=E6=9E=84=E5=B9=B6=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=91=88=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 313 ++++++++++++------------------------------------------ 1 file changed, 66 insertions(+), 247 deletions(-) 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