LICENSE
README.md
pyproject.toml
setup.py
codex_arch/__init__.py
codex_arch/analyzer.py
codex_arch/indexer.py
codex_arch/query.py
codex_arch/report.py
codex_arch/storage.py
codex_arch.egg-info/PKG-INFO
codex_arch.egg-info/SOURCES.txt
codex_arch.egg-info/dependency_links.txt
codex_arch.egg-info/entry_points.txt
codex_arch.egg-info/requires.txt
codex_arch.egg-info/top_level.txt
codex_arch/api/__init__.py
codex_arch/api/app.py
codex_arch/api/config.py
codex_arch/api/docs.py
codex_arch/api/utils.py
codex_arch/api/auth/__init__.py
codex_arch/api/auth/token.py
codex_arch/api/cache/__init__.py
codex_arch/api/cache/stats.py
codex_arch/api/cache/utils.py
codex_arch/api/routes/__init__.py
codex_arch/api/routes/analysis.py
codex_arch/api/routes/artifacts.py
codex_arch/api/routes/auth.py
codex_arch/api/routes/info.py
codex_arch/bundler/__init__.py
codex_arch/bundler/context_bundle_assembler.py
codex_arch/change_detection/__init__.py
codex_arch/change_detection/caching.py
codex_arch/change_detection/git_changes.py
codex_arch/change_detection/incremental.py
codex_arch/change_detection/summary.py
codex_arch/cli/__init__.py
codex_arch/cli/analyze_cmd.py
codex_arch/cli/api_cmd.py
codex_arch/cli/bundle_cmd.py
codex_arch/cli/cli.py
codex_arch/cli/convert_deps_cmd.py
codex_arch/cli/dependency_cmd.py
codex_arch/cli/file_tree_cmd.py
codex_arch/cli/graph_cmd.py
codex_arch/cli/main.py
codex_arch/cli/metrics_cmd.py
codex_arch/cli/pipeline_cmd.py
codex_arch/cli/query_deps_cmd.py
codex_arch/cli/quick_examples.py
codex_arch/cli/run_all.py
codex_arch/cli/summary_cmd.py
codex_arch/cli/visualization_cmd.py
codex_arch/cli/commands/__init__.py
codex_arch/cli/commands/dependency_query.py
codex_arch/extractors/__init__.py
codex_arch/extractors/convert_deps.py
codex_arch/extractors/file_tree_extractor.py
codex_arch/extractors/find_deps.py
codex_arch/extractors/python/__init__.py
codex_arch/extractors/python/dependency_graph.py
codex_arch/extractors/python/extractor.py
codex_arch/extractors/python/import_parser.py
codex_arch/extractors/python/json_exporter.py
codex_arch/extractors/python/path_resolver.py
codex_arch/extractors/scripts/__init__.py
codex_arch/hooks/__init__.py
codex_arch/hooks/config.py
codex_arch/hooks/hook_scripts.py
codex_arch/hooks/notification.py
codex_arch/hooks/throttling.py
codex_arch/metrics/__init__.py
codex_arch/metrics/complexity_analyzer.py
codex_arch/metrics/language_analyzer.py
codex_arch/metrics/metrics_collector.py
codex_arch/summary/__init__.py
codex_arch/summary/data_collector.py
codex_arch/summary/smart_summarizer.py
codex_arch/summary/summary_builder.py
codex_arch/summary/templates.py
codex_arch/visualization/__init__.py
codex_arch/visualization/converter.py
codex_arch/visualization/generate_graph.py
codex_arch/visualization/graph_generator.py
codex_arch/visualization/graph/__init__.py
codex_arch/visualization/graph/dot_generator.py
codex_arch/visualization/graph/test_dot_generator.py
codex_arch/visualization/scripts/__init__.py
tests/__init__.py
tests/conftest.py
tests/e2e_config.py
tests/test_api.py
tests/test_api_config.py
tests/test_api_e2e.py
tests/test_api_integrations.py
tests/test_change_detection.py
tests/test_cli_integration.py
tests/test_end_to_end.py
tests/test_file_tree_extractor.py
tests/test_hook_throttling_notification.py
tests/test_integration.py
tests/test_metrics_collector.py
tests/dependency_graph/__init__.py
tests/dependency_graph/dependency_graph_errors_test.py
tests/integration/__init__.py
tests/integration/integration_test.py
tests/metrics/__init__.py
tests/metrics/metrics_test.py