LICENSE
README.md
pyproject.toml
src/patchwork/__init__.py
src/patchwork/cli.py
src/patchwork/scanner.py
src/patchwork/mcp/__init__.py
src/patchwork/mcp/server.py
src/patchwork/miners/__init__.py
src/patchwork/miners/api_patterns.py
src/patchwork/miners/ast_base.py
src/patchwork/miners/config_detector.py
src/patchwork/miners/error_handling.py
src/patchwork/miners/git_patterns.py
src/patchwork/miners/imports.py
src/patchwork/miners/naming.py
src/patchwork/miners/structure.py
src/patchwork/miners/testing.py
src/patchwork/output/__init__.py
src/patchwork/output/report.py
src/patchwork_conventions.egg-info/PKG-INFO
src/patchwork_conventions.egg-info/SOURCES.txt
src/patchwork_conventions.egg-info/dependency_links.txt
src/patchwork_conventions.egg-info/entry_points.txt
src/patchwork_conventions.egg-info/requires.txt
src/patchwork_conventions.egg-info/top_level.txt
tests/test_naming.py
tests/test_scanner.py