From adb14cff770c042454f6f8fb09d40cceffce7c1d Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 7 Feb 2026 16:14:55 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=87=8D=E6=9E=84=20Turbo=20=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E9=85=8D=E7=BD=AE=E5=B9=B6=E5=BC=BA=E5=8C=96=20Bun=20?= =?UTF-8?q?=E4=B8=93=E7=94=A8=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将应用特定的构建输出配置下沉至各自 turbo.json,根级 build 任务添加拓扑依赖;AGENTS.md 统一添加 Bun 专用运行时警告;桌面端启用 Linux CEF 渲染器。 --- AGENTS.md | 6 +++++- apps/desktop/AGENTS.md | 3 +++ apps/desktop/electrobun.config.ts | 3 +++ apps/desktop/src/bun/index.ts | 1 + apps/desktop/turbo.json | 9 +++++++++ apps/server/AGENTS.md | 6 +++++- apps/server/turbo.json | 3 +++ turbo.json | 7 ++----- 8 files changed, 31 insertions(+), 7 deletions(-) create mode 100644 apps/desktop/turbo.json diff --git a/AGENTS.md b/AGENTS.md index 66c3375..2f9d342 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,8 +4,11 @@ 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