README.md
pyproject.toml
contextly/__init__.py
contextly/__main__.py
contextly/main.py
contextly.egg-info/PKG-INFO
contextly.egg-info/SOURCES.txt
contextly.egg-info/dependency_links.txt
contextly.egg-info/entry_points.txt
contextly.egg-info/requires.txt
contextly.egg-info/top_level.txt
contextly/commands/__init__.py
contextly/commands/analyze.py
contextly/commands/discover.py
contextly/commands/explain.py
contextly/commands/export.py
contextly/commands/impact.py
contextly/commands/init.py
contextly/commands/inspect.py
contextly/commands/learn.py
contextly/commands/memory.py
contextly/commands/pack.py
contextly/commands/stats.py
contextly/commands/summary.py
contextly/core/__init__.py
contextly/core/diagnostics.py
contextly/core/analyzer/__init__.py
contextly/core/analyzer/engine.py
contextly/core/discovery/__init__.py
contextly/core/discovery/engine.py
contextly/core/discovery/registry.py
contextly/core/discovery/rules/base.py
contextly/core/discovery/rules/path.py
contextly/core/explainer/engine.py
contextly/core/exporter/__init__.py
contextly/core/exporter/engine.py
contextly/core/graph/assembler.py
contextly/core/graph/builder.py
contextly/core/graph/cluster.py
contextly/core/graph/validator.py
contextly/core/graph/parsers/base.py
contextly/core/graph/parsers/python.py
contextly/core/graph/parsers/registry.py
contextly/core/graph/parsers/typescript.py
contextly/core/impact/engine.py
contextly/core/initializer/__init__.py
contextly/core/initializer/engine.py
contextly/core/inspector/__init__.py
contextly/core/inspector/engine.py
contextly/core/learner/__init__.py
contextly/core/learner/engine.py
contextly/core/memory/__init__.py
contextly/core/memory/engine.py
contextly/core/metrics/__init__.py
contextly/core/metrics/base.py
contextly/core/metrics/providers.py
contextly/core/packer/__init__.py
contextly/core/packer/compression.py
contextly/core/packer/engine.py
contextly/core/packer/formatter.py
contextly/core/packer/ranking.py
contextly/core/packer/relevance.py
contextly/generators/__init__.py
contextly/generators/base.py
contextly/generators/chatgpt.py
contextly/generators/claude.py
contextly/generators/registry.py
contextly/scanners/__init__.py
contextly/scanners/architecture.py
contextly/scanners/base.py
contextly/scanners/capabilities.py
contextly/scanners/dependencies.py
contextly/scanners/framework.py
contextly/scanners/language.py
contextly/scanners/patterns.py
contextly/scanners/registry.py
contextly/types/__init__.py
contextly/types/models.py
contextly/utils/__init__.py
contextly/utils/config.py
contextly/utils/console.py
contextly/utils/constants.py
contextly/utils/exceptions.py
contextly/utils/fs.py
contextly/utils/ignore.py
contextly/utils/io.py
contextly/utils/paths.py
contextly/utils/validation.py
contextly/utils/walker.py
tests/test_analyze.py
tests/test_cluster.py
tests/test_compression.py
tests/test_core.py
tests/test_coverage_gap.py
tests/test_coverage_gap2.py
tests/test_coverage_gap_3.py
tests/test_coverage_gap_4.py
tests/test_coverage_gap_5.py
tests/test_coverage_main.py
tests/test_discover.py
tests/test_explain_cmd.py
tests/test_explainer.py
tests/test_export.py
tests/test_formatter.py
tests/test_fs.py
tests/test_fs_paths.py
tests/test_generators.py
tests/test_graph.py
tests/test_graph_extended.py
tests/test_impact.py
tests/test_impact_export_coverage.py
tests/test_init.py
tests/test_inspect.py
tests/test_learn.py
tests/test_main_coverage.py
tests/test_memory.py
tests/test_pack.py
tests/test_packer_engine_edge_cases.py
tests/test_packer_streaming.py
tests/test_python_parser_exhaustive.py
tests/test_qa_coverage.py
tests/test_qa_coverage_builder.py
tests/test_qa_coverage_memory.py
tests/test_qa_coverage_utils.py
tests/test_qa_remediation_part2.py
tests/test_qa_remediation_part4.py
tests/test_qa_remediation_part5.py
tests/test_qa_remediation_part6.py
tests/test_ranking.py
tests/test_ranking_edge_cases.py
tests/test_relevance.py
tests/test_scanner_base.py
tests/test_scanner_dependencies.py
tests/test_scanner_dependencies_exhaustive.py
tests/test_scanner_framework.py
tests/test_scanner_language.py
tests/test_scanner_patterns.py
tests/test_security_limits.py
tests/test_stats_cmd.py
tests/test_summary_cmd.py
tests/test_typescript_parser_exhaustive.py