fix: 对齐 AgentRun PaC 源工件

This commit is contained in:
root
2026-07-11 07:42:41 +02:00
parent 575052ecc3
commit d29c3b1ea6
5 changed files with 80 additions and 8 deletions
@@ -0,0 +1,8 @@
# R1.1 任务报告
- 使用 UniDesk source-artifact CLI 对 `agentrun-nc01-v02` 执行 `plan`
- 第一次 `write --confirm` 返回 `mutation=true`,只写入 `.tekton/agentrun-nc01-v02.yaml`
- 第二次 `write --confirm` 返回 `mutation=false`,证明生成过程幂等。
- `check` 返回 `source.status=aligned``provenanceAligned=true`
- 期望与源 Pipeline canonical SHA256 均为 `sha256:9050045cf22359d1dab3d12c50b54068e1d1921127a5bb3cf285592aa3ca0f93`
@@ -0,0 +1,7 @@
# R1.2 任务报告
- `git diff --check` 通过。
- 定向 self-test 通过 61 项:`20-runner-k8s-job``22-runner-retention-stale-pending``37-user-message-event``80-cicd-tekton-contract`
- 变更范围限定为生成的 `.tekton/agentrun-nc01-v02.yaml`、MDTODO 与任务报告。
- 未手改 source artifact,未部署,未合并。
- PR 关联 AgentRun #280/#282 与 UniDesk #1726/#1745,交由主代理审查和后续运行面 closeout。
@@ -0,0 +1,3 @@
# R1 任务报告
AgentRun NC01/v0.2 PaC source artifact 已由 owning YAML 和 domain renderer 重新生成,并通过幂等写入与 source/provenance 对齐检查。交付只包含声明的生成物及审计文档,不包含部署或运行面修改。
@@ -0,0 +1,22 @@
# AgentRun PaC 源工件对齐
来源:
- [AgentRun #280](https://github.com/pikasTech/agentrun/issues/280)
- [AgentRun #282](https://github.com/pikasTech/agentrun/issues/282)
- [UniDesk #1726](https://github.com/pikasTech/unidesk/issues/1726)
- [UniDesk #1745](https://github.com/pikasTech/unidesk/issues/1745)
边界:只使用 UniDesk YAML-first source-artifact renderer 生成 AgentRun consumer 的 PaC 源工件;不手改生成物、不部署、不合并。
## R1 [completed]
生成并验证 AgentRun NC01 PaC source artifact,完成任务后将详细报告写入[任务报告](./details/pac-source-artifact-alignment/R1_Task_Report.md)。
### R1.1 [completed]
使用 YAML authority 完成 plan/write 幂等/check,完成任务后将详细报告写入[任务报告](./details/pac-source-artifact-alignment/R1.1_Task_Report.md)。
### R1.2 [completed]
验证唯一生成物并提交可审查 PR,完成任务后将详细报告写入[任务报告](./details/pac-source-artifact-alignment/R1.2_Task_Report.md)。