Observed
During mission release-320-workflow-reliability-01KQKV85, a WP06 rejection artifact existed as review-cycle-1.md but lacked YAML frontmatter. The subsequent fix-mode prompt warned that it could not read the expected structured artifact metadata and fell through to the full prompt path.
Expected
Every review-cycle-N.md artifact should be schema-valid and include required frontmatter such as verdict, cycle, mission/WP identity, and feedback metadata. If artifact generation fails validation, the rejection command should fail before committing or persisting the pointer.
Impact
Focused fix-mode becomes unreliable: implementers may not receive the review-specific rejection context, and stale/malformed artifacts can also confuse status and merge gates.
Related
This is distinct from stale rejected verdict tracking (#904): this issue is about missing or malformed review artifact metadata at write time.
Observed
During mission
release-320-workflow-reliability-01KQKV85, a WP06 rejection artifact existed asreview-cycle-1.mdbut lacked YAML frontmatter. The subsequent fix-mode prompt warned that it could not read the expected structured artifact metadata and fell through to the full prompt path.Expected
Every
review-cycle-N.mdartifact should be schema-valid and include required frontmatter such as verdict, cycle, mission/WP identity, and feedback metadata. If artifact generation fails validation, the rejection command should fail before committing or persisting the pointer.Impact
Focused fix-mode becomes unreliable: implementers may not receive the review-specific rejection context, and stale/malformed artifacts can also confuse status and merge gates.
Related
This is distinct from stale rejected verdict tracking (#904): this issue is about missing or malformed review artifact metadata at write time.