fix: reporter frontmatter 加 containerName 字段 #65

Closed
xingyue wants to merge 1 commits from fix/e2e-reporter-containerName into main
Owner

What

reporter 的 frontmatter 加 containerName 字段。

Why

reporter → cleanup 的 graph 边引用了 {{{containerName}}},但 reporter 的 frontmatter schema 没有这个字段,导致 workflow 校验失败:

prompt variable "containerName" not found in role "reporter" variant "reported"

Changes

  • e2e-check.yaml — reporter 的 reported/partial 两个 variant 都加了 containerName: { type: string }
  • procedure 里提示 agent 要在输出里带上 containerName

Ref

走查时发现的校验问题

## What reporter 的 frontmatter 加 `containerName` 字段。 ## Why reporter → cleanup 的 graph 边引用了 `{{{containerName}}}`,但 reporter 的 frontmatter schema 没有这个字段,导致 workflow 校验失败: ``` prompt variable "containerName" not found in role "reporter" variant "reported" ``` ## Changes - `e2e-check.yaml` — reporter 的 reported/partial 两个 variant 都加了 `containerName: { type: string }` - procedure 里提示 agent 要在输出里带上 containerName ## Ref 走查时发现的校验问题
xingyue added 1 commit 2026-05-31 11:07:15 +00:00
Workflow validation failed because reporter's graph edges reference
{{{containerName}}} but reporter's frontmatter didn't include the field.
xiaoju closed this pull request 2026-06-01 02:01:39 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/json-cas#65