Part of #54.
Add the mergers-and-acquisitions-lens Well-Architected lens to the reference corpus.
⚠️ Blocked on a crawler fix
The crawler currently produces 0 files for this lens. Its TOC is valid but uses a topic-page layout the crawler's discover_leaf_pages heuristics don't recognize: pillars are nested under an "Overview" heading (e.g. o-security.html, o-cost-optimization.html) rather than top-level pillar sections.
discover_leaf_pages only collects leaves under a hard-coded list of pillar section headings ("Operational excellence", "Security", etc.). This lens's structure falls outside that, so nothing is discovered — the same class of detection gap fixed for the dotted-ID format in #44.
Fix needed first: extend the crawler's topic-page detection to handle this layout, then crawl as usual and mirror into the Power copy + add to the "Available lenses" lists.
Part of #54.
Add the mergers-and-acquisitions-lens Well-Architected lens to the reference corpus.
The crawler currently produces 0 files for this lens. Its TOC is valid but uses a topic-page layout the crawler's
discover_leaf_pagesheuristics don't recognize: pillars are nested under an "Overview" heading (e.g. o-security.html, o-cost-optimization.html) rather than top-level pillar sections.discover_leaf_pagesonly collects leaves under a hard-coded list of pillar section headings ("Operational excellence", "Security", etc.). This lens's structure falls outside that, so nothing is discovered — the same class of detection gap fixed for the dotted-ID format in #44.Fix needed first: extend the crawler's topic-page detection to handle this layout, then crawl as usual and mirror into the Power copy + add to the "Available lenses" lists.