{
  "rules": [
    {
      "slug": "pricing-link",
      "title": "Pricing is reachable from the launch page",
      "group": "conversion",
      "severity": "warning",
      "kind": "selector_present",
      "selector": "a[href^=\"/pricing\"]",
      "impact": "Visitors cannot evaluate purchase intent when pricing is hidden.",
      "fix": "Add a visible pricing link to the primary navigation or launch page."
    },
    {
      "slug": "request-id",
      "title": "Responses expose a request identifier",
      "group": "security",
      "severity": "info",
      "kind": "header_present",
      "header": "x-request-id",
      "impact": "Support and incident investigation are slower without a request identifier."
    }
  ]
}
