From 737785f6e37558b3f83adc22bae1877f3b67a8d8 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sun, 19 Jul 2026 19:40:47 +0800 Subject: [PATCH] docs(agents): clarify tracked build tooling --- AGENTS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index ba2ce288..d2ca8610 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -55,8 +55,8 @@ subprojects have distinct build systems even when their source lives here. Do not run repository-wide `pnpm lint:fix` by default. It can rewrite files outside the task. Lint or format only files in scope. -Do not edit `node_modules`, `dist`, `build`, coverage output, or generated -runtime assets as source. Do not use a generated file to avoid fixing its owner. +Do not edit `node_modules` or generated `dist`/build/coverage/runtime output as +source. Tracked tooling under `client/build` and `client/web/build` is source. ## Toolchains and package ownership