WORK-455
ID:WORK-455Status:ready

Reference template fixture and scaffold-build CI

SPEC-109 §6,§3 — ship exactly one in-repo reference template as a fixture/worked example, and scaffold-build it in CI so rune-syntax drift can't silently rot a template.

Priority:mediumComplexity:moderateMilestone:v0.25.0Source:SPEC-109
claude/v0.25.0-workitems View source

Criteria completion

Criteria completion: 0 of 4 (0%) checked; tracking started on Jun 23, no incremental history yet0%25%50%75%100%Jun 23Jul 11

Tracking started Jun 23 — check back for trends.

Branches 3
History 1
  1. a6bdcba
    Created (ready)by bjornolofandersson

Acceptance Criteria

  • Exactly one in-repo reference template exists, framed as a fixture/worked example (a generic multi-section starter), not a catalog
  • CI scaffolds it, builds it, and asserts no errors; extended with the SPEC-094 visual-regression harness where applicable
  • It dogfoods the template.json manifest and is the canonical example third-party authors copy
  • It stays content-only/generic (sandbox-bearing templates are downstream artifacts, not shipped in-repo)

Approach

Add the template under a fixtures path, authored against the format (WORK-451) and installable via the axis (WORK-452) + apply (WORK-453). Add a CI job that scaffolds + builds it; hook into the existing gallery/regression harness if practical.

Dependencies

  • WORK-451template.json type
  • WORK-452 — framework × purpose axis
  • WORK-453 — template apply

References

  • SPEC-109 §6, §3; SPEC-094