fix: 规范化 AgentRun PaC 源工件

This commit is contained in:
root
2026-07-11 08:18:34 +02:00
parent d29c3b1ea6
commit b8585a915a
4 changed files with 52 additions and 32 deletions
@@ -5,4 +5,3 @@
- 第二次 `write --confirm` 返回 `mutation=false`,证明生成过程幂等。
- `check` 返回 `source.status=aligned``provenanceAligned=true`
- 期望与源 Pipeline canonical SHA256 均为 `sha256:9050045cf22359d1dab3d12c50b54068e1d1921127a5bb3cf285592aa3ca0f93`
@@ -0,0 +1,17 @@
# R2 任务报告
- 关联 [UniDesk #1745](https://github.com/pikasTech/unidesk/issues/1745) 与
[UniDesk #1753](https://github.com/pikasTech/unidesk/issues/1753)。
- 生成工具固定为 UniDesk `96020b082eea4968daf93606bc251b36fadf6c09`
已包含 PR #1754 的 YAML 空白修复。
- 第一次 `source-artifact write --confirm` 返回 `mutation=true`
第二次返回 `mutation=false``check` 返回 `source.status=aligned`
`provenanceAligned=true`
- owning Pipeline canonical SHA256 与 source Pipeline canonical SHA256 均为
`sha256:9050045cf22359d1dab3d12c50b54068e1d1921127a5bb3cf285592aa3ca0f93`
- `.tekton/agentrun-nc01-v02.yaml` 已通过 YAML 解析、单一 EOF 换行和
`git diff --check`;生成物没有手工修改。
- 显式 self-test 运行配置下,`20-runner-k8s-job`
`22-runner-retention-stale-pending``37-user-message-event`
`80-cicd-tekton-contract` 共 61 项通过。
- 本任务只准备消费者 PR,不合并、不部署,不触发任何手工 CI/CD。
@@ -20,3 +20,7 @@
### R1.2 [completed]
验证唯一生成物并提交可审查 PR,完成任务后将详细报告写入[任务报告](./details/pac-source-artifact-alignment/R1.2_Task_Report.md)。
## R2 [in_progress]
基于 [UniDesk #1753](https://github.com/pikasTech/unidesk/issues/1753) 修复后的生成器重新生成、验收并提交 AgentRun 消费者 PR,关联 [UniDesk #1745](https://github.com/pikasTech/unidesk/issues/1745),完成任务后将详细报告写入[任务报告](./details/pac-source-artifact-alignment/R2_Task_Report.md)。