From f1baf5947fe4e8f08cfc3ccc129946964fbbc3e5 Mon Sep 17 00:00:00 2001 From: ila Date: Sat, 8 Aug 2026 09:15:52 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=B0=86=20Harness=20=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E8=B7=AF=E5=BE=84=E6=94=B9=E4=B8=BA=20dev=5Fscripts?= =?UTF-8?q?=20(#3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Home.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Home.md b/Home.md index 4c87eef..ab913ae 100644 --- a/Home.md +++ b/Home.md @@ -22,9 +22,9 @@ DevHarness 是一个以 Gitea 工单管理开发任务、以 Wiki 管理长期 ```powershell git status --short --branch -python scripts/check_harness.py --strict +python dev_scripts/check_harness.py --strict python -m unittest discover -s tests -v -python scripts/sync_wiki_docs.py --check +python dev_scripts/sync_wiki_docs.py --check ``` 预期结果: @@ -42,8 +42,8 @@ python scripts/sync_wiki_docs.py --check |---|---|---| | 修改文档 | 对应 Wiki 页面、Common-Changes | Wiki 同步检查 | | 调整工单字段 | `.gitea/issue_template/`、Development-Workflow | Harness 严格检查 | -| 修改同步行为 | `scripts/wiki_docs.py`、Architecture-and-Code-Map | 单元测试和真实 Wiki 检查 | -| 增加结构检查 | `scripts/check_harness.py` | 成功与失败测试 | +| 修改同步行为 | `dev_scripts/wiki_docs.py`、Architecture-and-Code-Map | 单元测试和真实 Wiki 检查 | +| 增加结构检查 | `dev_scripts/check_harness.py` | 成功与失败测试 | | 排查运行错误 | Troubleshooting、项目档案 | 最小复现命令 | 权限、安全、并发、迁移、支付、删除数据或不可逆操作不属于简单修改,必须停止并交给 Agent 分析、等待人工确认。