MANIFEST.in
README.md
pyproject.toml
texflow.py
texflow_unified.py
config/__init__.py
config/personalities.json
config/system_dependencies.json
config/workflows.json
iflow_mcp_aaronsb_texflow.egg-info/PKG-INFO
iflow_mcp_aaronsb_texflow.egg-info/SOURCES.txt
iflow_mcp_aaronsb_texflow.egg-info/dependency_links.txt
iflow_mcp_aaronsb_texflow.egg-info/entry_points.txt
iflow_mcp_aaronsb_texflow.egg-info/requires.txt
iflow_mcp_aaronsb_texflow.egg-info/top_level.txt
src/__init__.py
src/texflow_semantic.py
src/core/__init__.py
src/core/conversion_service.py
src/core/format_detector.py
src/core/operation_registry.py
src/core/package_discovery.py
src/core/semantic_router.py
src/core/system_checker.py
src/core/validation_service.py
src/data/__init__.py
src/data/latex_reference/README.md
src/data/latex_reference/build_reference_data.py
src/data/latex_reference/metadata.json
src/data/latex_reference/commands/math.json
src/data/latex_reference/commands/package-mappings.json
src/data/latex_reference/commands/sectioning.json
src/data/latex_reference/errors/patterns.json
src/data/latex_reference/packages/amsmath.json
src/data/latex_reference/packages/common-packages.json
src/data/latex_reference/symbols/greek.json
src/data/latex_reference/symbols/math.json
src/features/__init__.py
src/features/archive/__init__.py
src/features/archive/archive_operation.py
src/features/discover/__init__.py
src/features/discover/discover_operation.py
src/features/document/__init__.py
src/features/document/document_manager.py
src/features/document/document_operation.py
src/features/organizer/__init__.py
src/features/organizer/organizer_operation.py
src/features/output/__init__.py
src/features/output/output_operation.py
src/features/printer/__init__.py
src/features/printer/printer_operation.py
src/features/project/__init__.py
src/features/project/project_operation.py
src/features/reference/__init__.py
src/features/reference/reference_operation.py
src/features/templates/__init__.py
src/features/templates/templates_operation.py
src/features/workflow/__init__.py
src/features/workflow/workflow_operation.py