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.
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.
ac87cf4dede57ea6bdcbatemplate.json manifest and is the canonical example third-party authors copyAdd 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.
template.json typeCompleted: 2026-06-24
Branch: claude/v0.25.0-impl-3. Shipped exactly one in-repo reference template — packages/create-refrakt/templates/docs-starter/ (template.json kind:"site" + a generic multi-section content/ tree, content-only/generic, no sandboxes). It's the bundled template create-refrakt --template docs-starter resolves, dogfoods the manifest, and is the canonical example authors copy. apply-template.test.ts scaffolds+composes it and asserts no errors (the scaffold guard), and validates the manifest shape.
The composition guard runs as a unit test; a full vite build of the scaffolded site + the SPEC-094 visual-regression harness is the CI extension (needs the full adapter toolchain, not runnable as a pure unit test here).