README.md
pyproject.toml
contextly/__init__.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/export.py
contextly/commands/init.py
contextly/commands/inspect.py
contextly/commands/learn.py
contextly/commands/memory.py
contextly/commands/pack.py
contextly/core/__init__.py
contextly/core/analyzer/__init__.py
contextly/core/analyzer/engine.py
contextly/core/discovery/__init__.py
contextly/core/discovery/engine.py
contextly/core/exporter/__init__.py
contextly/core/exporter/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/packer/__init__.py
contextly/core/packer/engine.py
contextly/generators/__init__.py
contextly/generators/base.py
contextly/generators/chatgpt.py
contextly/generators/claude.py
contextly/scanners/__init__.py
contextly/scanners/base.py
contextly/scanners/dependencies.py
contextly/scanners/framework.py
contextly/scanners/language.py
contextly/scanners/patterns.py
contextly/types/__init__.py
contextly/types/models.py
contextly/utils/__init__.py
contextly/utils/console.py
contextly/utils/exceptions.py
contextly/utils/ignore.py
contextly/utils/validation.py
tests/test_analyze.py
tests/test_core.py
tests/test_discover.py
tests/test_export.py
tests/test_generators.py
tests/test_init.py
tests/test_inspect.py
tests/test_learn.py
tests/test_memory.py
tests/test_pack.py
tests/test_scanner_base.py
tests/test_scanner_dependencies.py
tests/test_scanner_framework.py
tests/test_scanner_language.py
tests/test_scanner_patterns.py