From 7652d3503f48cde188719c7440b03e8e4ddebd6b Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 15 Jul 2026 14:41:15 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20=E9=87=8D=E5=BB=BA=E5=85=B1=E4=BA=AB?= =?UTF-8?q?=E8=BE=B9=E7=BC=98=E5=8D=95=E9=93=BE=E4=BA=A4=E4=BB=98=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/MDTODO/pr-merge-driven-automatic-delivery.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/MDTODO/pr-merge-driven-automatic-delivery.md b/docs/MDTODO/pr-merge-driven-automatic-delivery.md index 6d8782a5..10ac9f8f 100644 --- a/docs/MDTODO/pr-merge-driven-automatic-delivery.md +++ b/docs/MDTODO/pr-merge-driven-automatic-delivery.md @@ -150,6 +150,9 @@ #### R9.5.1 [in_progress] 重建 [UniDesk #2205](https://github.com/pikasTech/unidesk/issues/2205):从最新 master 以全新 worktree/session 实现 NC01 shared public-edge 的 merge 驱动自动交付,复用同一 renderer/apply 与 owning YAML/source commit;禁止复用旧 docker.sock 工件,禁止 Kubernetes 挂载 Docker socket/daemon、第二 edge/authority、人工交付、PK01和Vitest,合并后只由正常自动链收敛,完成任务后将详细报告写入[任务报告](./details/pr-merge-driven-automatic-delivery/R9.5.1_Task_Report.md)。 +##### R9.5.1.1 [in_progress] + +重做 [UniDesk #2205](https://github.com/pikasTech/unidesk/issues/2205) 的单一 shared public-edge 自动交付链:仅允许 immutable PaC checkout → YAML SecretRef → 受控 trans → NC01 host-local 既有 public-edge renderer/apply;禁止 Argo PostSync、hostPath、Caddy Admin API 直写、Docker socket/daemon、第二 authority/fallback、PK01、Vitest和人工终态交付;必须使用最新 master 的全新 worktree 与全新 Artificer session,合并后只由自动 CI/CD 收敛,完成任务后将详细报告写入[任务报告](./details/pr-merge-driven-automatic-delivery/R9.5.1.1_Task_Report.md)。 ### R9.6 [completed] 修复 [UniDesk #2203](https://github.com/pikasTech/unidesk/issues/2203):PaC release manifest renderer 必须跳过 YAML stream 中的空文档与 comment-only/null 文档,并在 mutation 前拒绝缺少 apiVersion/kind 的实际对象,消除 hwlab-nc01-production bootstrap 的 `apiVersion not set, kind not set` 故障;禁止 validate=false、fallback、PK01、Vitest和人工交付,合并后从 bootstrap/status 原入口复测,完成任务后将详细报告写入[任务报告](./details/pr-merge-driven-automatic-delivery/R9.6_Task_Report.md)。