From b09658ee15f67379b5df6030716f0afea09c7efd Mon Sep 17 00:00:00 2001 From: QiuSW <105186638@qq.com> Date: Sat, 8 Aug 2026 09:01:56 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=AD=A3=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E5=91=BD=E4=BB=A4=E4=B8=8E=E5=88=9D=E5=A7=8B=E5=8C=96=E8=BE=B9?= =?UTF-8?q?=E7=95=8C=20(#2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/04-local-development-and-verification.md | 6 +++--- docs/07-new-project-documentation-setup.md | 8 +++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/04-local-development-and-verification.md b/docs/04-local-development-and-verification.md index aba4db8..51044cf 100644 --- a/docs/04-local-development-and-verification.md +++ b/docs/04-local-development-and-verification.md @@ -2,8 +2,8 @@ generated: true (请先修改 Gitea Wiki,禁止直接编辑本文件) wiki_page: Local-Development-and-Verification wiki_url: http://ilaer.eicp.net:8418/opc/dev_harness/wiki/Local-Development-and-Verification.- -wiki_revision: 537da98a775da39323cb101a717d003705a97761 -synchronized_at: 2026-08-08T00:58:08Z +wiki_revision: c21eb70ff584721ca899ff46701cdf0e409773bf +synchronized_at: 2026-08-08T01:01:15Z # 本地开发与验证 @@ -55,7 +55,7 @@ synchronized_at: 2026-08-08T00:58:08Z ## 常用调试方式 -- 只检查 Python 语法:`python -m py_compile scripts/*.py`。 +- 只检查 Python 语法:`python -m compileall -q scripts tests`。 - 查看一个脚本帮助:`python scripts/sync_wiki_docs.py --help`。 - 查看未提交差异:`git diff --check` 和 `git diff`。 - 查看最近提交:`git log -5 --oneline`。 diff --git a/docs/07-new-project-documentation-setup.md b/docs/07-new-project-documentation-setup.md index 5b8d742..f1e7089 100644 --- a/docs/07-new-project-documentation-setup.md +++ b/docs/07-new-project-documentation-setup.md @@ -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: 1745db81541e94200309dc2136ff15ce4349fa3f -synchronized_at: 2026-08-08T00:58:14Z +wiki_revision: 42ec711392ad8cafbbf72aa95bf5c90245da2249 +synchronized_at: 2026-08-08T01:01:21Z # 新项目文档初始化 @@ -32,7 +32,9 @@ synchronized_at: 2026-08-08T00:58:14Z ### 3. 修改镜像配置 -把 `wiki-docs.json` 中的地址、owner 和 repository 改成新项目。移除属于 DevHarness 自身的任务归档映射;核心主题映射保留。 +把 `wiki-docs.json` 中的地址、owner 和 repository 改成新项目;核心主题映射保留。 + +确认当前目录确实是新项目副本、且 DevHarness 历史归档不需要保留后,移除属于 DevHarness 的任务归档映射和对应 `docs/task/` 镜像。不要在原 DevHarness 仓库或已有业务项目中执行这项清理。 不要把 PAT 写入配置。