- Simplified `run_dev_queries` by delegating schema updates to `run_migrations` for consistency. - Added universal `fetch_all_*_by_book` methods for streamlined data retrieval across repositories. - Replaced nested query logic with batch fetching to improve performance and maintainability. - Optimized HTML-to-text conversion by consolidating regex patterns with `LazyLock`.