LICENSE
README.md
pyproject.toml
contextdoctor/__init__.py
contextdoctor/__main__.py
contextdoctor/baseline.py
contextdoctor/cli.py
contextdoctor/config.py
contextdoctor/engine.py
contextdoctor/models.py
contextdoctor/plugins.py
contextdoctor/py.typed
contextdoctor/scoring.py
contextdoctor.egg-info/PKG-INFO
contextdoctor.egg-info/SOURCES.txt
contextdoctor.egg-info/dependency_links.txt
contextdoctor.egg-info/entry_points.txt
contextdoctor.egg-info/requires.txt
contextdoctor.egg-info/top_level.txt
contextdoctor/analyzers/__init__.py
contextdoctor/analyzers/base.py
contextdoctor/analyzers/chunk_stats.py
contextdoctor/analyzers/content_quality.py
contextdoctor/analyzers/duplicates.py
contextdoctor/analyzers/fragmentation.py
contextdoctor/analyzers/headings.py
contextdoctor/analyzers/tables.py
contextdoctor/chunking/__init__.py
contextdoctor/chunking/chunker.py
contextdoctor/parsers/__init__.py
contextdoctor/parsers/formats.py
contextdoctor/parsers/loader.py
contextdoctor/parsers/pragmas.py
contextdoctor/reports/__init__.py
contextdoctor/reports/badge.py
contextdoctor/reports/html_report.py
contextdoctor/reports/json_report.py
contextdoctor/reports/markdown_report.py
contextdoctor/reports/sarif_report.py
contextdoctor/reports/terminal.py
contextdoctor/rules/__init__.py
contextdoctor/rules/registry.py
contextdoctor/utils/__init__.py
contextdoctor/utils/ansi.py
contextdoctor/utils/hashing.py
contextdoctor/utils/nlp.py
contextdoctor/utils/patterns.py
contextdoctor/utils/text.py
tests/test_analyzers.py
tests/test_baseline.py
tests/test_chunker.py
tests/test_cli_config.py
tests/test_engine_reports.py
tests/test_features.py
tests/test_formats.py
tests/test_fragmentation.py
tests/test_loader.py
tests/test_plugins.py
tests/test_utils.py