From 168413fa94bf24b42671fc13735148884f68dd1a Mon Sep 17 00:00:00 2001 From: Huawei Date: Thu, 9 Jul 2026 10:37:36 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B8=85=E9=99=A4=E5=85=A8=E9=83=A8=20s?= =?UTF-8?q?kill/=E6=8A=80=E8=83=BD=20=E6=AE=8B=E7=95=99=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suite-developer/MEMORY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/suite-developer/MEMORY.md b/suite-developer/MEMORY.md index f6204c2..7e41b1a 100644 --- a/suite-developer/MEMORY.md +++ b/suite-developer/MEMORY.md @@ -34,7 +34,7 @@ steps: ## 核心原则:先查市场,再动手写 -开发新套件前,先搜索市场是否已有能复用的 Skill: +开发新套件前,先搜索市场是否已有能复用的 Suite: ```bash agc suites search 缓冲区 @@ -42,7 +42,7 @@ agc suites search 面积计算 agc suites search 坐标转换 ``` -找到现成的 Skill → 在 workflow.yaml 中用 `suite_id` 引用,不写新代码。 +找到现成的 Suite → 在 workflow.yaml 中用 `suite_id` 引用,不写新代码。 找不到 → 写新脚本 → 发布 Suite → 方便后续者复用。 ## 发布流程