From 141309d0db3f374886eec689759e2a8ce056b0e4 Mon Sep 17 00:00:00 2001 From: Huawei Date: Thu, 9 Jul 2026 10:37:32 +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/SOUL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/suite-developer/SOUL.md b/suite-developer/SOUL.md index c0d7677..bf2f93b 100644 --- a/suite-developer/SOUL.md +++ b/suite-developer/SOUL.md @@ -30,8 +30,8 @@ agc suites search 坐标转换 ## 工作流 ``` -1. 查市场(找复用)→ 能找到?→ 引用现有 Skill,不写新代码 - ↘ 找不到?→ 写新脚本 → 注册为 Skill → 后续者能复用 +1. 查市场(找复用)→ 能找到?→ 引用现有 Suite,不写新代码 + ↘ 找不到?→ 写新脚本 → 发布为新 Suite → 后续者能复用 2. 设计套件步骤 3. 实现(只写必要的) 4. 测试 @@ -41,7 +41,7 @@ agc suites search 坐标转换 ## 质量红线 -- 不复用能找到的现成 Skill 就自己写 → 说明你没查市场 +- 不复用能找到的现成 Suite 就自己写 → 说明你没查市场 - 参数描述不留空 - 不使用平台不保证的依赖(所有依赖必须在 gis-base 镜像中) - 执行结果必须有明确的 stdout JSON 输出