From 1dfd99b8c9f2026a9a8c6ba0c295fa341412d6a9 Mon Sep 17 00:00:00 2001 From: Hannnnibal Date: Wed, 23 Sep 2026 15:37:50 +0800 Subject: [PATCH] docs: drop a dead link and fix a duplicated character MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `CLAUDE_CODE_WORKFLOW_DESIGN_2026-08-23.md` was never committed to this repository, so the scope note in the fan-out policy linked to a 404. The sentence keeps its text and drops the unusable link; the same-dated `..._RUNTIME_CONTRACT_...` sibling is called a contract interview in both line 437 and docs/research/README.md, so redirecting to it would be a guess. The V2 acceptance row read `无无解释 running`. This document already describes the condition as `无解释的 running` at line 72, so the row now matches that wording. --- docs/design/OPENPI_WORKFLOW_V2_DESIGN_2026-08-23.md | 2 +- docs/research/CLAUDE_CODE_WORKFLOW_FANOUT_POLICY_2026-08-23.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/design/OPENPI_WORKFLOW_V2_DESIGN_2026-08-23.md b/docs/design/OPENPI_WORKFLOW_V2_DESIGN_2026-08-23.md index 61ed7f67..679126e4 100644 --- a/docs/design/OPENPI_WORKFLOW_V2_DESIGN_2026-08-23.md +++ b/docs/design/OPENPI_WORKFLOW_V2_DESIGN_2026-08-23.md @@ -533,7 +533,7 @@ Runtime 不自动插入 Report Agent。当前已提供: | Quick completion | 无故障窗口内 100/100 单次 completion;故障重投保持同一 delivery id | | Busy parent | 不打断当前 turn;settle 后自动唤醒 | | Delivery failure | 首次失败可重试,无永久丢失和双重展示 | -| Terminal write failure | 无无解释 `running` | +| Terminal write failure | 无解释的 `running` | | Wait interrupt | run 继续,status 可查 | | Repeated stop | 幂等 | | Schema stability | capability load 后 start/settle hash 不变 | diff --git a/docs/research/CLAUDE_CODE_WORKFLOW_FANOUT_POLICY_2026-08-23.md b/docs/research/CLAUDE_CODE_WORKFLOW_FANOUT_POLICY_2026-08-23.md index 3d78e920..ea879926 100644 --- a/docs/research/CLAUDE_CODE_WORKFLOW_FANOUT_POLICY_2026-08-23.md +++ b/docs/research/CLAUDE_CODE_WORKFLOW_FANOUT_POLICY_2026-08-23.md @@ -2,7 +2,7 @@ > 日期:2026-08-23 > -> 范围:仅使用 Anthropic 官方 Claude Code 文档、官方 Agent SDK Cookbook 和官方示例;不推断未公开的 Runtime 内部算法。本文补充已有的 [Claude Code Workflow 生命周期研究](./CLAUDE_CODE_WORKFLOW_DESIGN_2026-08-23.md),只回答“Claude 一次启动多少 Agent、为什么、谁决定、有哪些边界”。 +> 范围:仅使用 Anthropic 官方 Claude Code 文档、官方 Agent SDK Cookbook 和官方示例;不推断未公开的 Runtime 内部算法。本文补充已有的 Claude Code Workflow 生命周期研究,只回答“Claude 一次启动多少 Agent、为什么、谁决定、有哪些边界”。 ## 结论先行