fix: solve-issue.yaml meta.plan → frontmatter.plan

Follows #375 rename.
This commit is contained in:
2026-05-22 09:04:34 +00:00
parent d00c93fc19
commit a803fcb4fc
+1 -1
View File
@@ -21,7 +21,7 @@ roles:
After producing the test spec: After producing the test spec:
1. Store it via `uwf cas put-text "<markdown content>"` and capture the returned hash 1. Store it via `uwf cas put-text "<markdown content>"` and capture the returned hash
2. Put the hash in meta.plan (required when status=ready) 2. Put the hash in frontmatter.plan (required when status=ready)
output: "Output a brief summary of the test spec. Frontmatter must include: status (ready or insufficient_info) and plan (CAS hash of the test spec, required when status=ready)." output: "Output a brief summary of the test spec. Frontmatter must include: status (ready or insufficient_info) and plan (CAS hash of the test spec, required when status=ready)."
frontmatter: frontmatter:
type: object type: object