From 816cbbb79a13a787b1e2cc6a268470fb20d97cb1 Mon Sep 17 00:00:00 2001 From: Codex Date: Wed, 15 Jul 2026 14:01:36 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=B7=9F=E8=B8=AA=E8=B7=A8=E4=BB=93=20?= =?UTF-8?q?MDTODO=20=E7=BB=88=E6=80=81=E6=A0=B8=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/MDTODO/agentrun-runtime-reliability.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/MDTODO/agentrun-runtime-reliability.md b/docs/MDTODO/agentrun-runtime-reliability.md index 59bf9700..7b01e05d 100644 --- a/docs/MDTODO/agentrun-runtime-reliability.md +++ b/docs/MDTODO/agentrun-runtime-reliability.md @@ -143,3 +143,7 @@ ## R9 [completed] 解决 [UniDesk #2176](https://github.com/pikasTech/unidesk/issues/2176):调查 post-task dispatch 将 R8、R7.1、R7.2 三个不同 Artificer task 误判为 Issue #1888 重复任务并统一取消的 P0 事故;追溯引入提交,错误 PR 先语义回滚,再以完整 logical-operation fingerprint 约束去重范围。不同 payload/workspace/MDTODO 必须互不影响,identity 不完整或观察陈旧时只 warning 且禁止 destructive cancellation;同一操作重放返回原 task。补 OTel typed evidence 与四任务回归,禁止锁、租约、第二状态库、PK01、Vitest和人工 CI/CD,正常 PR merge 后从原入口验收,完成任务后将详细报告写入[任务报告](./details/agentrun-runtime-reliability/R9_Task_Report.md)。 + +## R10 [in_progress] + +解决 [UniDesk #2202](https://github.com/pikasTech/unidesk/issues/2202):从最新 master 重建跨仓 Artificer MDTODO 终态核对,派单时显式记录 MDTODO 独立 route、workspace 与 file authority,禁止从产品 targetWorkspace 扫描猜测;结果侧只读核对,缺失、歧义或不可读仅 typed warning、mutation=false 且保持真实 final response 可见,不新增锁、租约、第二状态库、证明链或围栏,不修改 PK01、不运行 Vitest或人工 CI/CD,完成任务后将详细报告写入[任务报告](./details/agentrun-runtime-reliability/R10_Task_Report.md)。