From 41e79449cef133b7f7b2c0016aa261c3f1a2f53e Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 7 Feb 2026 17:00:52 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20AGENTS.md=20?= =?UTF-8?q?=E9=80=82=E9=85=8D=20Electrobun=20=E6=9B=BF=E4=BB=A3=20Tauri?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 94 +++++++++++++++--------------------------- apps/desktop/AGENTS.md | 82 +++++++++++++++++++++++++++--------- 2 files changed, 96 insertions(+), 80 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 2f9d342..3ece43f 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,14 +4,14 @@ 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