LICENSE
README.md
pyproject.toml
src/contextscope/__init__.py
src/contextscope/_version.py
src/contextscope/config.py
src/contextscope/core.py
src/contextscope/diagnostics.py
src/contextscope/exceptions.py
src/contextscope.egg-info/PKG-INFO
src/contextscope.egg-info/SOURCES.txt
src/contextscope.egg-info/dependency_links.txt
src/contextscope.egg-info/requires.txt
src/contextscope.egg-info/top_level.txt
src/contextscope/adapters/__init__.py
src/contextscope/adapters/anthropic.py
src/contextscope/adapters/huggingface.py
src/contextscope/adapters/openai.py
src/contextscope/detectors/__init__.py
src/contextscope/detectors/_segments.py
src/contextscope/detectors/_utils.py
src/contextscope/detectors/ignored_early_context.py
src/contextscope/detectors/lost_system_prompt.py
src/contextscope/detectors/recency_bias.py
tests/test_diagnostics.py
tests/test_wrap_dispatch.py