fix: frontmatter judge handles parsed object output #90

Merged
xiaoju merged 1 commits from fix/frontmatter-judge-object-output into main 2026-06-05 03:01:30 +00:00

1 Commits

Author SHA1 Message Date
xiaoju a08775896f fix: frontmatter judge handles parsed object output
CI / check (pull_request) Successful in 2m38s
The extract pipeline stores step output as a JSON object in CAS,
but the frontmatter judge only checked for raw markdown strings.
Now accepts both formats: parsed objects check $status directly,
raw strings go through YAML frontmatter extraction.

Fixes eval frontmatter-compliance scoring 0 on valid outputs.
2026-06-05 02:55:58 +00:00