LICENSE
README.md
pyproject.toml
src/application/__init__.py
src/application/cli.py
src/application/diagnose.py
src/application/install_hooks.py
src/claude_nagger.egg-info/PKG-INFO
src/claude_nagger.egg-info/SOURCES.txt
src/claude_nagger.egg-info/dependency_links.txt
src/claude_nagger.egg-info/entry_points.txt
src/claude_nagger.egg-info/requires.txt
src/claude_nagger.egg-info/top_level.txt
src/domain/__init__.py
src/domain/entities/__init__.py
src/domain/hooks/__init__.py
src/domain/hooks/base_hook.py
src/domain/hooks/implementation_design_hook.py
src/domain/hooks/session_startup_hook.py
src/domain/services/__init__.py
src/domain/services/base_convention_matcher.py
src/domain/services/command_convention_matcher.py
src/domain/services/file_convention_matcher.py
src/domain/services/hook_manager.py
src/infrastructure/__init__.py
src/infrastructure/config/__init__.py
src/infrastructure/config/config_manager.py
src/infrastructure/hooks/__init__.py
src/infrastructure/hooks/hook_executor.py
src/infrastructure/notifiers/__init__.py
src/infrastructure/notifiers/discord_notifier.py
src/shared/__init__.py
src/shared/version.py
src/shared/base/__init__.py
src/shared/base/base_cli.py
src/shared/utils/__init__.py
src/shared/utils/session_manager.py
tests/test_base_cli.py
tests/test_base_hook.py
tests/test_cli.py
tests/test_command_convention_matcher.py
tests/test_config_manager.py
tests/test_diagnose.py
tests/test_discord_notifier.py
tests/test_file_convention_matcher.py
tests/test_hook_executor.py
tests/test_hook_manager.py
tests/test_hook_schema_validation.py
tests/test_implementation_design_hook.py
tests/test_install_hooks.py
tests/test_sanitizer.py
tests/test_session_manager.py
tests/test_session_startup_hook.py