From 2e1b9baaed5f1614c409ae7084c7d64f9e878344 Mon Sep 17 00:00:00 2001 From: Ameer Muavia Date: Wed, 15 Jul 2026 19:22:45 +0500 Subject: [PATCH] Fix nav archetype range in SKILL.md and macrostructures.md Both files stated the nav archetype range as N1-N9, but the catalog has grown to 14 archetypes (N1a-N13), as SKILL.md's own Step 2 already documents. The stale range undersold 5 of the 14 valid options to anything reading these two lines. --- skills/hallmark/SKILL.md | 2 +- skills/hallmark/references/macrostructures.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/hallmark/SKILL.md b/skills/hallmark/SKILL.md index e0715e9..a7f7081 100644 --- a/skills/hallmark/SKILL.md +++ b/skills/hallmark/SKILL.md @@ -82,7 +82,7 @@ If two signals fire, route component. If only the page flow fires (multi-section ### What Component-scope skips - **Step 2 · Macrostructure pick.** Components don't have macrostructures. State this explicitly: *"Component-scope: skipping macrostructure."* -- **Nav and footer archetype picks.** N1–N9 and Ft1–Ft8 are page-scope only. A component is one element; it has no nav, no footer. Skip both. +- **Nav and footer archetype picks.** N1a–N13 and Ft1–Ft8 are page-scope only. A component is one element; it has no nav, no footer. Skip both. - **Hero polish patterns (HP1–HP4).** Page-scope only. A button or card has no hero. - **Step 4 · Enrichment.** No hero illustration, no demo video, no abstract background. The component IS the artifact. - **Step 5 · Multi-section preview.** Replaced by the 8-state demo wrapper (below). diff --git a/skills/hallmark/references/macrostructures.md b/skills/hallmark/references/macrostructures.md index 97c8881..0d28032 100644 --- a/skills/hallmark/references/macrostructures.md +++ b/skills/hallmark/references/macrostructures.md @@ -18,7 +18,7 @@ A hero may carry one enrichment archetype (E1–E8) AND one polish pattern (HP1 ## Nav and footer voice -Each macrostructure also implies a **nav archetype** (N1–N9) and a **footer archetype** (Ft1–Ft8). The defaults sit in the routing tables in [`component-cookbook.md`](component-cookbook.md) § Navigation and § Footers. Don't ship a hero macrostructure without picking nav + footer alongside — they are part of the page shape, not optional chrome. +Each macrostructure also implies a **nav archetype** (N1a–N13) and a **footer archetype** (Ft1–Ft8). The defaults sit in the routing tables in [`component-cookbook.md`](component-cookbook.md) § Navigation and § Footers. Don't ship a hero macrostructure without picking nav + footer alongside — they are part of the page shape, not optional chrome. ---