refactor: 将 Harness 工具移至 dev_scripts (#3)

This commit is contained in:
QiuSW
2026-08-08 09:18:09 +08:00
parent c69c0fde03
commit 1c998673f3
15 changed files with 53 additions and 52 deletions
+5 -5
View File
@@ -2,8 +2,8 @@
generated: true (请先修改 Gitea Wiki,禁止直接编辑本文件)
wiki_page: New-Project-Documentation-Setup
wiki_url: http://ilaer.eicp.net:8418/opc/dev_harness/wiki/New-Project-Documentation-Setup.-
wiki_revision: 42ec711392ad8cafbbf72aa95bf5c90245da2249
synchronized_at: 2026-08-08T01:01:21Z
wiki_revision: a0eeab23a41671b5dbfc3153e872b71647ea41c7
synchronized_at: 2026-08-08T01:16:59Z
<!-- gitea-wiki-mirror:end -->
# 新项目文档初始化
@@ -80,9 +80,9 @@ Home 给出建议阅读顺序;每个命令必须有预期结果;代码地图
### 7. 导出镜像并检查
```powershell
python scripts/sync_wiki_docs.py
python scripts/check_harness.py --strict
python scripts/sync_wiki_docs.py --check
python dev_scripts/sync_wiki_docs.py
python dev_scripts/check_harness.py --strict
python dev_scripts/sync_wiki_docs.py --check
python -m unittest discover -s tests -v
```