docs: 跟踪 AgentRun runner 子进程回收

This commit is contained in:
Codex
2026-07-16 11:35:01 +02:00
parent 479c922ae9
commit 3e90814ffa
@@ -159,3 +159,7 @@
### R11.1 [completed]
依据 [UniDesk #2275](https://github.com/pikasTech/unidesk/issues/2275) 泛化改进 AipodSpec 装配漂移调查入口:让默认 `agentrun describe aipodspec/<name>` 的人类、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)。