DESIGN.md Validator Overview Validate DESIGN.md files before using them as design-system source of truth. Prefer the bundled script for repeatable checks, then interpret the JSON findings into concrete fixes. Quick Start Run the validator against one file: Scan the current tree for likely DESIGN.md files: Compare two versions for regressions: The script is a Node/npx wrapper around , so Node/npm must be available. It returns nonzero when errors exist, or when warnings exist with . Workflow 1. Locate the target file. Use when the user says "check design.md" without naming a path. 2. Run the bu…