mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
Resolves issue where URLs containing 'sitemap' in path (like https://nx.dev/see-also/sitemap) were incorrectly treated as XML sitemaps, causing XML parsing errors. - Changed detection to require both .xml extension AND 'sitemap' in path - Fixes XML parsing error: "not well-formed (invalid token)" - Maintains compatibility with existing test cases - Now correctly identifies only actual XML sitemap files Fixes #607 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>