Purpose: HTML comment frontmatter format for all context files
Last Updated: 2026-01-27
ALL context files MUST start with:
<!-- Context: {category}/{function} | Priority: {level} | Version: X.Y | Updated: YYYY-MM-DD -->
Category/Function: {category}/{function}
ecommerce/concepts, development/examples, core/standardsPriority: critical | high | medium | low
Version: X.Y (start 1.0, increment on changes)
Updated: YYYY-MM-DD (ISO 8601, must match metadata section)
<!-- Context: ecommerce/concepts | Priority: critical | Version: 1.0 | Updated: 2026-01-27 -->
<!-- Context: payments/guides | Priority: high | Version: 1.2 | Updated: 2026-01-27 -->
<!-- Context: development/examples | Priority: medium | Version: 1.0 | Updated: 2026-01-27 -->
<!-- Context: ... -->?