From 56bcbdaabddfecfd70d2de6a56c7087b0b1e1796 Mon Sep 17 00:00:00 2001 From: rui Date: Fri, 3 Jul 2026 22:45:25 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=90=8C=E6=AD=A5=20README=20?= =?UTF-8?q?=E4=B8=AD=20CI=20=E5=AE=88=E6=8A=A4=E4=B8=BA=E5=8F=AF=E9=80=89?= =?UTF-8?q?=E8=AE=BE=E6=96=BD=E6=8F=8F=E8=BF=B0=EF=BC=88v0.3.2=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `lingshu init` 自 v0.3.2 起不再默认拷贝 .github/workflows/,需要 `lingshu ci install` 显式加装。同步 README「自动化机制」章节措辞。 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bd17da..344eedb 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ grep -rl "lingshu-template" --exclude-dir=node_modules . | xargs sed -i 's/lings ### 自动化机制 - ⚡ **`git pull` 后** → `post-merge` hook 检测 `reference/rules/` 变更,自动 `lingshu sync` -- 🛡️ **PR 提交时** → GitHub Actions 校验 baseline 产物一致性,漂移即拒绝合并 +- 🛡️ **PR 提交时** → GitHub Actions 校验 baseline 产物一致性(v0.3.2 起可选,`lingshu ci install` 加装) ---