version: 1
rules:
  require_primary_source: true
  require_version_applicability: true
  require_corroboration_for_major_change: true
  reject_unsourced_claims: true
  automatic_apply: false

# El contexto de la empresa no es una fuente de la profesión: vive en
# organization/roles/frontend-engineer.md dentro de cada instalación.
sources:
  - name: MDN Web Docs
    url: https://developer.mozilla.org/
    tier: platform
    topics: [html, css, javascript, browser-apis, compatibility]
  - name: W3C Web Accessibility Initiative
    url: https://www.w3.org/WAI/
    tier: standard
    topics: [wcag, aria, accessibility]
  - name: OWASP Cheat Sheet Series
    url: https://cheatsheetseries.owasp.org/
    tier: standard
    topics: [xss, csp, browser-security, session]
  - name: web.dev
    url: https://web.dev/
    tier: platform
    topics: [performance, web-vitals, responsive, testing]
