Expand description
Infrastructure layer โ External implementations (HTTP, FS, converters)
This layer contains the technical implementations of external concerns:
- HTTP client creation
- Web scraping (Readability, fallback)
- Content conversion (HTML to Markdown, syntax highlighting)
- File I/O (saving results, frontmatter generation)
- Web crawling (FASE 1)
- Export pipeline (JSONL, Zvec) (FASE 1)
Following Clean Architecture: infrastructure depends on domain, not vice versa.