README.md
pyproject.toml
codegraph/__init__.py
codegraph/arch_check.py
codegraph/arch_config.py
codegraph/cli.py
codegraph/config.py
codegraph/framework.py
codegraph/ignore.py
codegraph/init.py
codegraph/loader.py
codegraph/mcp.py
codegraph/ownership.py
codegraph/parser.py
codegraph/py_parser.py
codegraph/repl.py
codegraph/resolver.py
codegraph/schema.py
codegraph/session.py
codegraph/validate.py
codegraph/templates/arch-policies.toml
codegraph/templates/claude-md-snippet.md
codegraph/templates/docker-compose.yml
codegraph/templates/claude/commands/arch-check.md
codegraph/templates/claude/commands/blast-radius.md
codegraph/templates/claude/commands/dead-code.md
codegraph/templates/claude/commands/graph-refresh.md
codegraph/templates/claude/commands/graph.md
codegraph/templates/claude/commands/trace-endpoint.md
codegraph/templates/claude/commands/who-owns.md
codegraph/templates/github/workflows/arch-check.yml
codegraph/utils/__init__.py
codegraph/utils/neo4j_json.py
codegraph/utils/repl_skin.py
cognitx_codegraph.egg-info/PKG-INFO
cognitx_codegraph.egg-info/SOURCES.txt
cognitx_codegraph.egg-info/dependency_links.txt
cognitx_codegraph.egg-info/entry_points.txt
cognitx_codegraph.egg-info/requires.txt
cognitx_codegraph.egg-info/top_level.txt
tests/test_arch_check.py
tests/test_arch_config.py
tests/test_framework.py
tests/test_ignore.py
tests/test_incremental.py
tests/test_init.py
tests/test_init_integration.py
tests/test_loader_pairing.py
tests/test_loader_partitioning.py
tests/test_mcp.py
tests/test_py_framework.py
tests/test_py_parser.py
tests/test_py_parser_calls.py
tests/test_py_parser_endpoints.py
tests/test_py_resolver.py
tests/test_resolver_bugs.py
tests/test_stats.py