mirror of
https://github.com/addyosmani/agent-skills.git
synced 2026-08-12 18:07:26 +02:00
Per review: the policy collections (REQUIRED_SECTIONS, SECTION_EXEMPT_SKILLS, SKILL_REF_PATTERNS, regexes) were exported by reference, so a consumer could mutate shared state and change lint results process-wide. Export only the linting functions; keep the policy collections private. No behavior change (validator output byte-identical).