From 7081cba3540b6a0da73f557387f877979895eba5 Mon Sep 17 00:00:00 2001 From: nahwan-kim Date: Sat, 29 Aug 2026 15:16:02 +0900 Subject: [PATCH] fix: add missing OKF frontmatter to homepage example README - validate-okf.mjs treats every non index/log markdown file as an OKF concept, so the frontmatter-less example README failed repo validation and CI - matches the frontmatter convention already used by README.md and consumer-reference/agent-native/README.md Confidence: high Scope-risk: narrow Reversibility: clean Tested: node scripts/validate-okf.mjs --json (ok, 0 failures), node scripts/test-validate-okf.mjs --json (ok) Not-tested: full validate.yml workflow --- examples/stylegallery-homepage/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/stylegallery-homepage/README.md b/examples/stylegallery-homepage/README.md index 83da7e8..a372213 100644 --- a/examples/stylegallery-homepage/README.md +++ b/examples/stylegallery-homepage/README.md @@ -1,3 +1,9 @@ +--- +type: Example Implementation +title: StyleGallery Homepage Example +description: Static product-layer homepage built as an end-to-end npm package usage test of the published StyleGallery material corpus. +--- + # StyleGallery Homepage Example Static product-layer homepage built as an end-to-end npm package usage test.