WORK-415
ID:WORK-415Status:done

Fixture-authoring docs

Document the fixture format, frontmatter fields, the role (coverage-vs-exemplar) split, and the <rune>.<scenario>.md convention under the plugin/theme authoring section.

Priority:lowComplexity:simpleMilestone:v0.22.0Source:SPEC-102
claude/spec-106-image-src-schemes View source

Criteria completion

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

Tracking started Jun 13 — check back for trends.

Branches 2
claude/spec-106-image-src-schemes current done
main doneclaude/spec-102-fixture-corpus pending
History 3
  1. 9d2012a
    Content editedby Claude
    feat(fixtures): validate the rune-fixture corpus in CI (WORK-414, WORK-4
  2. 51a5c23
    Created (done)by bjornolofandersson
  3. 09b3a2e
    Content editedby Claude
    plan: accept SPEC-102 and break it into work items (WORK-411–415)

Acceptance Criteria

  • A fixture-authoring guide covers the .md + frontmatter format, all fields, role semantics, scenarios, and where fixtures live (core + plugin).

Dependencies

  • Requires WORK-411 (format finalised).

References

  • SPEC-102 · site/content/extend/plugin-authoring/.

Resolution

Completed: 2026-06-13

Branch: claude/spec-106-image-src-schemes.

What was done

  • Added site/content/extend/plugin-authoring/fixtures.md — a fixture-authoring guide covering: where fixtures live (core packages/runes/fixtures/ + plugin fixtures/ dir + inline fixture field), the .md + YAML frontmatter format, all fields (rune/title/description/role/attributes/demonstrates/notes), the role coverage-vs-exemplar semantics, the <rune>.<scenario>.md convention, the CI validation contract, and a pointer to the placeholder:/icon: image schemes for deterministic fixture imagery.
  • Registered it in the Extend nav (site/content/extend/_layout.md, Plugin authoring group).