mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-30 21:49:30 -05:00
Add comprehensive URL resolution logic to better handle edge cases where original_url might not be retrieved properly: - Add detailed logging of URL resolution process for debugging - Implement robust fallback chain: original_url → real first_page_url → metadata.url → source:// fallback - Avoid showing source://ID URLs unless absolutely necessary - Log errors when falling back to source:// URLs for investigation This should resolve cases where original_url exists in DB but isn't being retrieved correctly by the transformation logic. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>