From 3e90814ffa5157bcc361ea56708aa04bc1641d20 Mon Sep 17 00:00:00 2001 From: Codex Date: Thu, 16 Jul 2026 11:35:01 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=B7=9F=E8=B8=AA=20AgentRun=20runner?= =?UTF-8?q?=20=E5=AD=90=E8=BF=9B=E7=A8=8B=E5=9B=9E=E6=94=B6?= 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 3ccb7974..ee010b71 100644 --- a/docs/MDTODO/agentrun-runtime-reliability.md +++ b/docs/MDTODO/agentrun-runtime-reliability.md @@ -159,3 +159,7 @@ ### R11.1 [completed] 依据 [UniDesk #2275](https://github.com/pikasTech/unidesk/issues/2275) 泛化改进 AipodSpec 装配漂移调查入口:让默认 `agentrun describe aipodspec/` 的人类、JSON、YAML 有界投影同时披露 required skill 名称、总数与省略数,使同类 source-of-truth 对照无需 `--full` 或临时 dump;保持 SecretRef-only、运行面零变更,并以一次定向 smoke 验证,完成任务后将详细报告写入[任务报告](./details/agentrun-runtime-reliability/R11.1_Task_Report.md)。 + +## R12 [in_progress] + +解决 [AgentRun #372](https://github.com/pikasTech/agentrun/issues/372):修复 release runner 以 Bun 直接作为容器 PID 1、无法回收 Codex/Git 孤儿后代而持续累积 `timeout`/`git` zombie;在 runtime image 使用轻量 init 作为唯一 PID 1 并 exec 现有 boot 链,不改变 task/session、Kafka 实时/回放、持久化、lease、timeout、provider、SecretRef 或 workspace authority;经 release 自动交付后验证新 runner zombie 不再增长,不运行 Vitest、不人工补 CI/CD且不触碰 Webterm,完成任务后将详细报告写入[任务报告](./details/agentrun-runtime-reliability/R12_Task_Report.md)。