LICENSE
MANIFEST.in
README.md
pyproject.toml
imodent/__init__.py
imodent/cli.py
imodent/interfaces.py
imodent/pipeline.py
imodent/py.typed
imodent/registry.py
imodent.egg-info/PKG-INFO
imodent.egg-info/SOURCES.txt
imodent.egg-info/dependency_links.txt
imodent.egg-info/entry_points.txt
imodent.egg-info/requires.txt
imodent.egg-info/top_level.txt
imodent/advisors/__init__.py
imodent/advisors/architecture.py
imodent/advisors/base.py
imodent/analysis/__init__.py
imodent/analysis/context.py
imodent/analysis/coordinator.py
imodent/analysis/decisions.py
imodent/analysis/evidence.py
imodent/analysis/findings.py
imodent/analyzers/__init__.py
imodent/analyzers/base.py
imodent/analyzers/imports.py
imodent/analyzers/lint.py
imodent/analyzers/residue.py
imodent/analyzers/rust.py
imodent/analyzers/types.py
imodent/fixers/__init__.py
imodent/fixers/base.py
imodent/fixers/imports.py
imodent/graph/__init__.py
imodent/graph/dependency.py
imodent/graph/imports.py
imodent/project/__init__.py
imodent/project/config.py
imodent/project/discovery.py
imodent/project/project_context.py
imodent/strategies/__init__.py
imodent/strategies/json.py
imodent/strategies/jsonl.py
imodent/strategies/python.py
imodent/strategies/yaml.py