LICENSE
README.md
pyproject.toml
codiff/__init__.py
codiff/__main__.py
codiff/cli.py
codiff/mcp_server.py
codiff/setup.py
codiff.egg-info/PKG-INFO
codiff.egg-info/SOURCES.txt
codiff.egg-info/dependency_links.txt
codiff.egg-info/entry_points.txt
codiff.egg-info/requires.txt
codiff.egg-info/top_level.txt
codiff/db/__init__.py
codiff/db/engine.py
codiff/db/models.py
codiff/db/operations.py
codiff/diff/__init__.py
codiff/diff/analysis.py
codiff/diff/differ.py
codiff/diff/engine.py
codiff/diff/indexer.py
codiff/diff/snapshot.py
codiff/export/__init__.py
codiff/export/json.py
codiff/export/mermaid.py
codiff/export/terminal.py
codiff/languages/__init__.py
codiff/languages/parser.py
codiff/languages/repository.py
codiff/languages/resolver.py
codiff/languages/python/__init__.py
codiff/languages/python/parser.py
codiff/languages/python/resolver.py
codiff/languages/typescript/__init__.py
codiff/languages/typescript/parser.py
codiff/languages/typescript/resolver.py
codiff/schema/__init__.py
codiff/schema/diff.py
codiff/schema/parsing.py
codiff/utils/__init__.py
codiff/utils/args.py
codiff/utils/files.py
codiff/utils/git.py
codiff/utils/instructions.py
codiff/utils/instructions.yaml
codiff/utils/terminal.py
tests/test_call_patterns.py
tests/test_call_resolver.py
tests/test_cli.py
tests/test_code_parser.py
tests/test_db.py
tests/test_diff.py
tests/test_export_json.py
tests/test_export_mermaid.py
tests/test_export_terminal.py
tests/test_indexer.py
tests/test_setup.py
tests/test_snapshot.py
tests/test_ts_integration.py
tests/test_ts_parser.py
tests/test_ts_resolver.py
tests/test_utils.py