chore: minor doc polish after refactor review

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-10 11:56:05 +08:00
parent 5c18d308bb
commit d347e36fea
4 changed files with 9 additions and 7 deletions

View File

@@ -461,7 +461,7 @@ python scripts/main.py <your-command>
新 skill 不应该等所有业务做完才补测试。建议在每个开发阶段都先把对应测试跑一遍:
1. **目录搭建后**:跑 `python tests/run_tests.py -v`,确认 6 个默认测试套件全部通过。
1. **目录搭建后**:跑 `python tests/run_tests.py -v`,确认全部默认测试套件通过。
- 此时 `test_skill_metadata.py` 会校验 `SKILL.md` slug 与 `constants.SKILL_SLUG` 一致;如果你只改了一边,会立刻发现。
2. **改完 constants 后**:再跑一次必跑套件,确认未引入回归。
3. **写完 service 业务后**:从 `tests/samples/test_service_contract.py.sample` 复制一份做契约测试。