--- const { rule, visual, layer = 'cli', description = rule.description, categoryLabel = rule.category === 'slop' ? 'AI slop' : 'Quality', category = rule.category, skillHref = rule.skillSection ? `/docs/impeccable#section-${rule.skillSection.toLowerCase().replace(/\s*&\s*/g, '-').replace(/\s+/g, '-')}` : '/detector', linkLabel = rule.skillSection ? 'See in /impeccable' : 'Inspect the detector', } = Astro.props; const layerLabel = layer === 'browser' ? 'Browser' : 'CLI'; const layerTitle = layer === 'browser' ? 'Deterministic, but requires rendered browser layout.' : 'Deterministic. Runs from npx impeccable detect on source files.'; ---