LICENSE
README.md
pyproject.toml
src/gitbook_downloader/__init__.py
src/gitbook_downloader/__main__.py
src/gitbook_downloader/api.py
src/gitbook_downloader/cli.py
src/gitbook_downloader/engine.py
src/gitbook_downloader/output_contract.py
src/gitbook_downloader/splitter.py
src/gitbook_downloader.egg-info/PKG-INFO
src/gitbook_downloader.egg-info/SOURCES.txt
src/gitbook_downloader.egg-info/dependency_links.txt
src/gitbook_downloader.egg-info/entry_points.txt
src/gitbook_downloader.egg-info/requires.txt
src/gitbook_downloader.egg-info/top_level.txt
src/gitbook_downloader/gui/__init__.py
src/gitbook_downloader/gui/app.py
src/gitbook_downloader/gui/bridge.py
src/gitbook_downloader/mcp/__init__.py
src/gitbook_downloader/mcp/__main__.py
src/gitbook_downloader/mcp/server.py
src/gitbook_downloader/providers/__init__.py
src/gitbook_downloader/providers/base.py
src/gitbook_downloader/providers/docusaurus.py
src/gitbook_downloader/providers/generic.py
src/gitbook_downloader/providers/gitbook.py
src/gitbook_downloader/providers/mintlify.py
src/gitbook_downloader/providers/mkdocs.py
src/gitbook_downloader/providers/nextra.py
src/gitbook_downloader/providers/readme.py
src/gitbook_downloader/providers/readthedocs.py
src/gitbook_downloader/providers/vitepress.py
src/gitbook_downloader/search/__init__.py
src/gitbook_downloader/search/graph.py
src/gitbook_downloader/search/index.py
src/gitbook_downloader/storage/__init__.py
src/gitbook_downloader/storage/manager.py
src/gitbook_downloader/storage/versioning.py
src/gitbook_downloader/tui/__init__.py
src/gitbook_downloader/tui/__main__.py
src/gitbook_downloader/tui/app.py
src/gitbook_downloader/tui/engine_protocol.py
src/gitbook_downloader/tui/real_engine.py
src/gitbook_downloader/tui/testing.py
src/gitbook_downloader/tui/theme.py
src/gitbook_downloader/tui/widgets.py
src/gitbook_downloader/tui/screens/__init__.py
src/gitbook_downloader/tui/screens/diagnostics.py
src/gitbook_downloader/tui/screens/diff.py
src/gitbook_downloader/tui/screens/library.py
src/gitbook_downloader/tui/screens/search.py
src/gitbook_downloader/tui/screens/wizard.py
src/gitbook_downloader/utils/__init__.py
src/gitbook_downloader/utils/config.py
src/gitbook_downloader/utils/discovery.py
src/gitbook_downloader/utils/export.py
src/gitbook_downloader/utils/renderer.py
src/gitbook_downloader/utils/retry.py
tests/test_batch_run_button.py
tests/test_bridge_contract.py
tests/test_bridge_dead_alias.py
tests/test_bridge_thread_safety.py
tests/test_cli_banner.py
tests/test_cli_rag.py
tests/test_cli_rag_pdf_paths.py
tests/test_command_menu_shortcuts.py
tests/test_diff_view_snapshots.py
tests/test_doc_reader_toast.py
tests/test_engine_discovery.py
tests/test_engine_flow.py
tests/test_engine_providers.py
tests/test_engine_url_identity.py
tests/test_export_formats.py
tests/test_fast_ast_removed.py
tests/test_gui_bridge.py
tests/test_gui_bridge_safety.py
tests/test_imports.py
tests/test_install_modal_opacity.py
tests/test_mcp_advanced_tools.py
tests/test_mcp_server.py
tests/test_providers.py
tests/test_providers_new.py
tests/test_release_notes.py
tests/test_search.py
tests/test_shell_api.py
tests/test_shell_cli.py
tests/test_shell_config.py
tests/test_shell_output_contract.py
tests/test_shell_storage.py
tests/test_splitter.py
tests/test_stats_drift.py
tests/test_storage.py
tests/test_tui_app.py
tests/test_tui_contract.py
tests/test_tui_diagnostics.py
tests/test_tui_diff.py
tests/test_tui_fake_engine.py
tests/test_tui_library.py
tests/test_tui_paste.py
tests/test_tui_search.py
tests/test_tui_wizard.py
tests/test_typo_classes.py
tests/test_utils.py
tests/test_version_drift.py
tests/test_visual_anchors.py