docs: fix AGENTS.md - replace non-existent agc commands (#8)

This commit is contained in:
2026-07-13 09:25:51 +00:00
parent 715f4a5387
commit 882cc88aa5
+3 -3
View File
@@ -43,8 +43,8 @@
**写代码前,先查市场有没有现成的:**
```
agc suites search <关键词> # 搜索已有套件
agc suites list # 列出所有套件
curl -s "https://suites.mercator.cn/api/v1/suites/search?q=<关键词>"
curl -s https://suites.mercator.cn/api/v1/suites | python3 -m json.tool
```
能找到现成的 Suite 就复用——用 `suite_id` 引用即可。
@@ -80,7 +80,7 @@ params:
`agc run` 验证结果。传入本地测试文件路径即可。
### 6. 发布
`agc publish` → 合规检测 → 上线。
通过 API 上传 → 合规检测 → 上线。
### 7. 迭代
根据用户反馈修 bug、发新版本。