fix: workflow frontmatter schema 加 type: object #56

Merged
xiaomo merged 1 commits from fix/workflow-frontmatter-schema into main 2026-05-31 09:16:53 +00:00

1 Commits

Author SHA1 Message Date
xingyue f3f13e6f35 fix: add type: object to all oneOf variants in workflow frontmatter schemas
ajv strict mode requires explicit type: object when properties/required
are used. All three workflow YAMLs had this missing, causing frontmatter
validation to fail with:
  strict mode: missing type "object" for keyword "required"

Also added frontmatter output example in e2e-check.yaml procedure to
prevent agents from outputting bugs as plain strings instead of objects.
2026-05-31 17:15:43 +08:00