CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
pytest.ini
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/publish.yml
docs/EXTRACTION_BACKENDS.md
docs/GENERIC_REST_DESTINATION_CONTRACT.md
docs/GITHUB_CI_MATRIX.md
docs/PACKAGING_AND_RELEASE.md
docs/PRODUCTION_DEPLOYMENT_CHECKLIST.md
docs/PROVIDER_CONTRACT_MATRIX.md
docs/PYTHON_3_11_3_14_SUPPORT.md
docs/RAG_DATASET_CONTRACT.md
docs/RELEASE_PROVIDER_CHECKLIST.md
docs/SECURITY_MODEL.md
docs/release/RELEASE_NOTES_v0_4_0a4.md
docs/release/RELEASE_NOTES_v0_4_0a5.md
examples/local_file_ingestion.md
examples/minimal_python_api.py
examples/python_api_basic.py
scripts/clean_release_artifacts.py
scripts/release_hygiene_check.py
src/ingestforge/__init__.py
src/ingestforge/__main__.py
src/ingestforge/cli.py
src/ingestforge/provider_contracts.yaml
src/ingestforge/py.typed
src/ingestforge.egg-info/PKG-INFO
src/ingestforge.egg-info/SOURCES.txt
src/ingestforge.egg-info/dependency_links.txt
src/ingestforge.egg-info/entry_points.txt
src/ingestforge.egg-info/requires.txt
src/ingestforge.egg-info/top_level.txt
src/ingestforge/core/config.py
src/ingestforge/core/contracts.py
src/ingestforge/core/errors.py
src/ingestforge/core/languages.py
src/ingestforge/core/package.py
src/ingestforge/core/pipeline.py
src/ingestforge/core/prompts.py
src/ingestforge/core/provider_doctor.py
src/ingestforge/core/registry.py
src/ingestforge/core/validation.py
src/ingestforge/datasets/__init__.py
src/ingestforge/datasets/chunker.py
src/ingestforge/datasets/data_card.py
src/ingestforge/datasets/rag_export.py
src/ingestforge/datasets/tokenizers.py
src/ingestforge/datasets/writer.py
src/ingestforge/observability/__init__.py
src/ingestforge/observability/audit_log.py
src/ingestforge/observability/provenance.py
src/ingestforge/observability/run_manifest.py
src/ingestforge/profiles/__init__.py
src/ingestforge/profiles/dataset_only.yaml
src/ingestforge/profiles/destination_example.yaml
src/ingestforge/profiles/manual_safe.yaml
src/ingestforge/profiles/strict_industrial.yaml
src/ingestforge/profiles/examples/deepseek_live.yaml
src/ingestforge/profiles/examples/gemini_live.yaml
src/ingestforge/profiles/examples/openai_live.yaml
src/ingestforge/profiles/examples/strict_live_template.yaml
src/ingestforge/prompts/__init__.py
src/ingestforge/prompts/article_builder.j2
src/ingestforge/prompts/image_ranker.j2
src/ingestforge/prompts/reflection_gate.j2
src/ingestforge/prompts/translation_qa.j2
src/ingestforge/providers/ai/__init__.py
src/ingestforge/providers/ai/base.py
src/ingestforge/providers/ai/deepseek_provider.py
src/ingestforge/providers/ai/gemini_provider.py
src/ingestforge/providers/ai/mock_provider.py
src/ingestforge/providers/ai/openai_provider.py
src/ingestforge/providers/ai/schema_repair.py
src/ingestforge/providers/destination/__init__.py
src/ingestforge/providers/destination/base.py
src/ingestforge/providers/destination/generic_rest.py
src/ingestforge/providers/destination/local_export.py
src/ingestforge/providers/fetch/__init__.py
src/ingestforge/providers/fetch/encoding.py
src/ingestforge/providers/fetch/fetcher.py
src/ingestforge/providers/fetch/html_extractor.py
src/ingestforge/providers/fetch/playwright_renderer.py
src/ingestforge/providers/fetch/robots.py
src/ingestforge/providers/fetch/safe_url.py
src/ingestforge/providers/media/__init__.py
src/ingestforge/providers/media/downloader.py
src/ingestforge/providers/media/image_candidates.py
src/ingestforge/providers/media/image_hash.py
src/ingestforge/providers/media/ocr.py
src/ingestforge/providers/media/vision_ranker.py
src/ingestforge/providers/search/__init__.py
src/ingestforge/providers/search/base.py
src/ingestforge/providers/search/brave_provider.py
src/ingestforge/providers/search/firecrawl_provider.py
src/ingestforge/providers/search/google_cse_provider.py
src/ingestforge/providers/search/manual_provider.py
src/ingestforge/providers/search/tavily_provider.py
src/ingestforge/security/__init__.py
src/ingestforge/security/content_policy.py
src/ingestforge/security/redaction.py
src/ingestforge/security/secrets.py
tests/test_a4_hardening.py
tests/test_a5_hardening.py
tests/test_a6_doctor_and_contract_matrix.py
tests/test_a6_language_config_and_template_hardening.py
tests/test_a6_model_policy.py
tests/test_a6_prompt_registry_and_cli_polish.py
tests/test_a6_token_span_chunking.py
tests/test_config.py
tests/test_contracts.py
tests/test_data_card_and_provenance.py
tests/test_destination.py
tests/test_extraction_dataset.py
tests/test_gemini_current_payload.py
tests/test_pipeline_cli.py
tests/test_provider_contracts.py
tests/test_public_api_and_release_metadata.py
tests/test_safe_url.py