docs: close artificer session resume task
Pipelines as Code CI / hwlab-web-probe-sentinel-nc01- Success
Pipelines as Code CI / platform-infra-gitea-nc01- Success
Pipelines as Code CI / unidesk-host- Success

This commit is contained in:
Codex
2026-07-13 02:48:49 +02:00
parent 915f8380c3
commit 2680e576e0
5 changed files with 16 additions and 4 deletions
@@ -43,18 +43,18 @@
主代理 review/合并后只观察自动 CI/CD;以新 task 直接 commit、同 session send 直接 commit 两个 canary 验收,不使用 task-local git config 或人工发布,完成任务后将详细报告写入[任务报告](./details/artificer-runtime-capabilities/R3.3_Task_Report.md)。
## R4 [in_progress]
## R4 [completed]
解决 [AgentRun #340](https://github.com/pikasTech/agentrun/issues/340):修复 Artificer active turn 在 durable steer 已确认后发生 backend retry/thread resume 时丢失 steer 增量、错误回退初始 prompt 的问题;只修既有 command/event/thread 恢复路径,不新增客户端重发、第二 prompt authority、合同、租约、安全机制或围栏,完成任务后将详细报告写入[任务报告](./details/artificer-runtime-capabilities/R4_Task_Report.md)。
### R4.1
### R4.1 [completed]
只读复现 [AgentRun #340](https://github.com/pikasTech/agentrun/issues/340) 的 durable steer ack → backend hard-timeout/retry → thread resume 指令回退,定位 effective prompt/turn state 在哪一层遗漏 steer,并冻结最小修复边界,完成任务后将详细报告写入[任务报告](./details/artificer-runtime-capabilities/R4.1_Task_Report.md)。
### R4.2
### R4.2 [completed]
由原生子代理在独立 AgentRun v0.2 worktree 实现 active steer 的顺序、幂等恢复与定向测试;Artificer 不递归修自己,不触碰 Monitor 业务、provider/model/workspace/credential 装配,完成任务后将详细报告写入[任务报告](./details/artificer-runtime-capabilities/R4.2_Task_Report.md)。
### R4.3
### R4.3 [completed]
主代理 review/合并后只观察自动 CI/CD;用新 Artificer canary 验证 active steer 后 backend retry 无需重发仍继续最新指令,并确认 workspace/resource bundle/tool credential 保持正确,完成任务后将详细报告写入[任务报告](./details/artificer-runtime-capabilities/R4.3_Task_Report.md)。
@@ -0,0 +1,3 @@
# R4.1 任务报告
已复现并定位 [AgentRun #340](https://github.com/pikasTech/agentrun/issues/340)backend retry 重建 watcher 时只消费 pending steer,已 durable acknowledged/completed 的 steer 没有进入 replay;新 runner 也无法选择 acknowledged turn,导致 thread resume 回退到旧提示。最小修复边界冻结为既有 durable command/event/thread 恢复路径,不引入客户端重发或第二 prompt authority。
@@ -0,0 +1,3 @@
# R4.2 任务报告
原生子代理通过 [AgentRun PR #341](https://github.com/pikasTech/agentrun/pull/341) 完成最小修复:backend completed 前建立 replay barrier,失败向当前 attempt 传播且成功后才标记 seenrunner rebuild 可恢复 acknowledged target turn。定向 selftest 覆盖快速 terminal、首次 replay RPC 失败后重试和 stale runner rebuildreview head `21aa4e00` 无 blockermerge commit 为 `5676cebb`
@@ -0,0 +1,3 @@
# R4.3 任务报告
PR 合并后仅观察自动链路:NC01 PaC source `5676cebb` 成功,GitOps/Argo `eb989285` exact、Synced/Healthyruntime digest `sha256:663f5adf2af25dddc958bd49ab138f562c805c2897686f69b99466e947e784a7`。真实 canary session `sess_artificer_a9fa9ad1fbc43dc3b5d76fbc` 在 active tool call 后 durable ack steer,首轮唯一结果 `ISSUE340_STEER_PRESERVED`;同 session 新 run/new runner 出现 `thread/resume:completed`,threadId 保持一致并正确恢复该结果。未人为制造 30 分钟 backend timeout,避免破坏 provider/runnerbackend retry fault 分支由 PR 定向测试覆盖。
@@ -0,0 +1,3 @@
# R4 任务报告
[AgentRun #340](https://github.com/pikasTech/agentrun/issues/340) 已由 [PR #341](https://github.com/pikasTech/agentrun/pull/341) 修复并通过自动交付。代码层完成 durable steer replay barrier、失败传播与新 runner acknowledged turn 恢复;运行面真实 canary 验证 active steer 和跨新 runner native thread resume 均保留最新指令结果。未新增客户端重发、第二 authority、合同、租约、安全机制或围栏。