LICENSE
README.md
pyproject.toml
api/__init__.py
api/main.py
api/path_policy.py
prodocux.egg-info/PKG-INFO
prodocux.egg-info/SOURCES.txt
prodocux.egg-info/dependency_links.txt
prodocux.egg-info/requires.txt
prodocux.egg-info/top_level.txt
prodocux_kernel/__init__.py
prodocux_kernel/artifacts.py
prodocux_kernel/config.py
prodocux_kernel/models.py
prodocux_kernel/audit/__init__.py
prodocux_kernel/audit/numbers.py
prodocux_kernel/audit/pif_tw.py
prodocux_kernel/docdiff/__init__.py
prodocux_kernel/docdiff/clauses.py
prodocux_kernel/docdiff/compare.py
prodocux_kernel/docops/__init__.py
prodocux_kernel/docops/content.py
prodocux_kernel/docops/fields.py
prodocux_kernel/docops/front_matter.py
prodocux_kernel/docops/invariants.py
prodocux_kernel/docops/pagination.py
prodocux_kernel/docops/parts.py
prodocux_kernel/docops/review_marks.py
prodocux_kernel/docops/sections.py
prodocux_kernel/docops/tables.py
prodocux_kernel/intake/__init__.py
prodocux_kernel/intake/archive.py
prodocux_kernel/intake/docx.py
prodocux_kernel/intake/evidence.py
prodocux_kernel/intake/formula.py
prodocux_kernel/intake/image.py
prodocux_kernel/intake/ocr.py
prodocux_kernel/intake/pdf.py
prodocux_kernel/intake/pdf_images.py
prodocux_kernel/intake/presentation.py
prodocux_kernel/intake/table.py
prodocux_kernel/intake/workbook.py
prodocux_kernel/review/__init__.py
prodocux_kernel/review/capture.py
prodocux_kernel/schemas/intake_request_v1.json
prodocux_kernel/schemas/intake_response_v1.json
prodocux_kernel/schemas/prodocux_evidence_bundle_request_v1.json
prodocux_kernel/schemas/prodocux_evidence_bundle_result_v1.json
prodocux_kernel/schemas/prodocux_image_profile_v1.json
prodocux_kernel/schemas/prodocux_intake_capabilities_v1.json
prodocux_kernel/schemas/prodocux_normalized_diff_request_v1.json
prodocux_kernel/schemas/prodocux_normalized_diff_result_v1.json
prodocux_kernel/schemas/prodocux_opaque_artifact_v1.json
prodocux_kernel/schemas/prodocux_source_reference_v1.json
prodocux_kernel/scoring/__init__.py
prodocux_kernel/scoring/scorer.py
prodocux_kernel/templating/__init__.py
prodocux_kernel/templating/drafts.py
prodocux_kernel/templating/mapping.py
prodocux_kernel/templating/pipeline.py
prodocux_kernel/templating/profile.py
prodocux_kernel/templating/render.py
prodocux_kernel/verification/__init__.py
prodocux_kernel/verification/diff_models.py
prodocux_kernel/verification/evidence.py
prodocux_kernel/verification/evidence_models.py
prodocux_kernel/verification/structured_diff.py
skills/__init__.py
skills/clause_diff/__init__.py
skills/clause_diff/clause_diff.py
skills/common/__init__.py
skills/common/i18n.py
skills/doc_assemble/__init__.py
skills/doc_assemble/assemble.py
skills/number_audit/__init__.py
skills/number_audit/number_audit.py
skills/pdf_extract/__init__.py
skills/pdf_extract/pdf_extract.py
skills/pif_audit/__init__.py
skills/pif_audit/pif_audit.py
skills/structure_health/__init__.py
skills/structure_health/health_check.py
skills/version_diff/__init__.py
skills/version_diff/version_diff.py
tests/test_clause_diff.py
tests/test_compatibility_manifest.py
tests/test_compatibility_v2_candidate.py
tests/test_doc_assemble.py
tests/test_docops.py
tests/test_docx_intake.py
tests/test_evidence_contracts.py
tests/test_evidence_verifier.py
tests/test_formula_extract.py
tests/test_image_intake.py
tests/test_intake_capabilities.py
tests/test_intake_security.py
tests/test_invariants.py
tests/test_normalized_diff.py
tests/test_number_audit.py
tests/test_old_docx_regression.py
tests/test_opaque_artifacts.py
tests/test_pdf_extract.py
tests/test_pdf_intake_api.py
tests/test_pif_audit.py
tests/test_pif_compat.py
tests/test_pipeline.py
tests/test_presentation_intake.py
tests/test_release_hygiene.py
tests/test_review.py
tests/test_scoring.py
tests/test_structure_health.py
tests/test_table_intake.py
tests/test_table_write.py
tests/test_templating.py
tests/test_version_diff.py
tests/test_workbook_intake.py