WORK-414
Setting up your dashboard 0 entities found · 9/32 branches scanned
ID:WORK-414Status:pending

Fixture validation in CI

Guard the corpus: every fixture must parse and transform, frontmatter is schema-checked, and plugin-validate reports role coverage instead of only warning "no fixture".

Priority:mediumComplexity:moderateMilestone:v0.22.0Source:SPEC-102
claude/spec-102-fixture-corpus View source

Criteria completion

Criteria completion: 0 of 3 (0%) checked; tracking started on Jun 12, no incremental history yet0%25%50%75%100%Jun 12Jun 15

Tracking started Jun 12 — check back for trends.

Branches 3
History 1
  1. 09b3a2e
    Created (pending)by bjornolofandersson

Acceptance Criteria

  • A CI test parses + transforms every fixture in the corpus and fails on errors.
  • Frontmatter is validated against the field schema (unknown keys / wrong types rejected).
  • plugin-validate reports role coverage (e.g. "rune X has no canonical fixture").

Dependencies

  • Requires WORK-411 (format + loader).

References

  • SPEC-102 · packages/cli/src/commands/plugin-validate.ts.