.gitignore
CLAUDE.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/README.md
docs/architecture.md
docs/claude-integration.md
docs/cli-reference.md
docs/development.md
docs/troubleshooting.md
docs/diagrams/crawl-loop.mmd
docs/diagrams/link-rewrite.mmd
docs/diagrams/pipeline.mmd
src/site2vault/__init__.py
src/site2vault/antibot.py
src/site2vault/boilerplate.py
src/site2vault/boilerplate_patterns.py
src/site2vault/canonical.py
src/site2vault/chunking.py
src/site2vault/cli.py
src/site2vault/config.py
src/site2vault/convert.py
src/site2vault/crawler.py
src/site2vault/exit_codes.py
src/site2vault/extract.py
src/site2vault/frontmatter.py
src/site2vault/index.py
src/site2vault/logging_setup.py
src/site2vault/manifest.py
src/site2vault/orchestrator.py
src/site2vault/politeness.py
src/site2vault/progress.py
src/site2vault/render_js.py
src/site2vault/rewrite.py
src/site2vault/robots.py
src/site2vault/sitemap.py
src/site2vault/slug.py
src/site2vault/state.py
src/site2vault.egg-info/PKG-INFO
src/site2vault.egg-info/SOURCES.txt
src/site2vault.egg-info/dependency_links.txt
src/site2vault.egg-info/entry_points.txt
src/site2vault.egg-info/requires.txt
src/site2vault.egg-info/top_level.txt
tests/__init__.py
tests/test_antibot.py
tests/test_boilerplate.py
tests/test_canonical.py
tests/test_chunking.py
tests/test_conditional_get.py
tests/test_convert.py
tests/test_exit_codes.py
tests/test_extract.py
tests/test_integration.py
tests/test_manifest.py
tests/test_namespace.py
tests/test_politeness.py
tests/test_progress.py
tests/test_refresh.py
tests/test_rewrite.py
tests/test_scope.py
tests/test_single.py
tests/test_sitemap.py
tests/test_slug.py
tests/test_state.py
tests/fixtures/static_site/about.html
tests/fixtures/static_site/index.html
tests/fixtures/static_site/redirect-target.html
tests/fixtures/static_site/robots.txt
tests/fixtures/static_site/blog/announcement.html
tests/fixtures/static_site/blog/first-post.html
tests/fixtures/static_site/blog/index.html
tests/fixtures/static_site/blog/second-post.html
tests/fixtures/static_site/docs/api.html
tests/fixtures/static_site/docs/config.html
tests/fixtures/static_site/docs/index.html
tests/fixtures/static_site/docs/install.html