docs: 收口 Artificer toolBundle 合同
Pipelines as Code CI / agentrun-nc01-v02-ci-ccd354d3147ecd721299d701115dc82b6efe6d9f Success

This commit is contained in:
root
2026-07-11 22:37:10 +02:00
parent 4b651e1278
commit ccd354d314
5 changed files with 26 additions and 4 deletions
+4 -4
View File
@@ -3,19 +3,19 @@
范围:长期跟踪 AgentRun runner、Aipod、resource bundle、provider 建立、失败投影与对应单步合同的可靠性问题。单个故障或 GitHub issue 作为 MDTODO ITEM 进入本文件,不为一次性根因新建 MDTODO FILE。
## R1 [in_progress]
## R1 [completed]
落实 [AgentRun #296](https://github.com/pikasTech/agentrun/issues/296):以 Artificer owning YAML 为真相对齐 case 76 的 toolBundle v0.2 合同,让新增 Git fetch stderr 分类断言真正执行;不扩大到 mirror 根因或人工交付,完成任务后将详细报告写入[任务报告](./details/agentrun-runtime-reliability/R1_Task_Report.md)。
### R1.1 [in_progress]
### R1.1 [completed]
调查并记录 [AgentRun #296](https://github.com/pikasTech/agentrun/issues/296) 中 owning YAML 与 case 76 首个漂移断点,确认只需修改测试合同且不改变 resource bundle source authority,完成任务后将详细报告写入[任务报告](./details/agentrun-runtime-reliability/R1.1_Task_Report.md)。
### R1.2
### R1.2 [completed]
在独立 worktree 中最小对齐 toolBundle v0.2 断言,并让 repository-not-found、source-ref-not-found、authentication-failed 三类 stderr 分类合同实际执行,完成任务后将详细报告写入[任务报告](./details/agentrun-runtime-reliability/R1.2_Task_Report.md)。
### R1.3
### R1.3 [completed]
运行 case 76 与相关定向合同,提交面向 v0.2 的 PR;合并后只观察自动 CI/CD,并以合同执行证据完成 issue 收口,完成任务后将详细报告写入[任务报告](./details/agentrun-runtime-reliability/R1.3_Task_Report.md)。
@@ -0,0 +1,5 @@
# R1.1 任务报告
[AgentRun #296](https://github.com/pikasTech/agentrun/issues/296) 的首个断点已确认:config/aipods/artificer.yaml owning truth 已是 agentrun-runner-tools v0.2,而 case 76 仍断言 v0.1,导致后续三类 Git fetch stderr 合同被遮蔽。
根因只是一行测试合同漂移,不需要修改 resource-bundle source authority、mirror、YAML 或 runtime。
@@ -0,0 +1,5 @@
# R1.2 任务报告
AgentRun PR #301 仅将 src/selftest/cases/76-aipod-spec.ts 的 toolBundle ref 断言由 v0.1 改为 v0.21 insertion / 1 deletion。
case 76 通过 7/7case 60/75/76 组合通过 24/24repository-not-found、source-ref-not-found、authentication-failed 均实际执行。未修改 runtime、mirror、YAML、CI/CD 或 source authority。
@@ -0,0 +1,7 @@
# R1.3 任务报告
PR #301 已合并到 v0.2merge commit 为 4b651e12783d245eb95fb4e464ab6a374ae450e4#296 已关闭。
PR merge 自动触发真实 outer PaC PipelineRunsource 精确为 merge SHA并在 38 秒内 Succeeded;未执行任何人工 mirror、PipelineRun、sync、flush、trigger、apply 或 closeout。
GitOps/Argo relation 后续持续 stale 的独立架构问题已登记为 UniDesk #1802,本轮按边界跳过,不扩大 #296
@@ -0,0 +1,5 @@
# R1 任务报告
[AgentRun #296](https://github.com/pikasTech/agentrun/issues/296) 已完成:owning YAML 与 case 76 的 toolBundle v0.2 合同对齐,三类 Git fetch stderr 分类恢复实际执行,PR #301 已合并,自动 PaC 触发证据已观察,issue 已关闭。
实现严格限制为一行测试断言,没有改变运行面、mirror、resource-bundle authority 或 CI/CD 架构。