LICENSE
README.md
pyproject.toml
context_py/__init__.py
context_py/config.py
context_py/main.py
context_py/models.py
context_py/core/__init__.py
context_py/core/decisions.py
context_py/core/mapper.py
context_py/core/rules.py
context_py/core/session.py
context_py/core/snapshot.py
context_py/core/storage.py
context_py/hooks/__init__.py
context_py/hooks/post_tool_use.py
context_py/hooks/pre_compact.py
context_py/hooks/session_start.py
context_py/tui/__init__.py
context_py/tui/commands.py
context_py/tui/completer.py
context_py/tui/dashboard.py
context_py/tui/repl.py
context_py/utils/__init__.py
context_py/utils/claude_hooks.py
context_py/utils/paths.py
knowhook.egg-info/PKG-INFO
knowhook.egg-info/SOURCES.txt
knowhook.egg-info/dependency_links.txt
knowhook.egg-info/entry_points.txt
knowhook.egg-info/requires.txt
knowhook.egg-info/top_level.txt
tests/test_claude_hooks.py
tests/test_cli.py
tests/test_decisions.py
tests/test_hook_scripts.py
tests/test_mapper.py
tests/test_models.py
tests/test_rules.py
tests/test_session.py
tests/test_snapshot.py
tests/test_storage.py