CHANGELOG.md
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
assets/dingtallk-demo.png
assets/logo.png
config/enhanced_config.yaml.template
docs/advanced-usage.md
docs/advanced-usage_en.md
docs/channels.md
docs/channels_en.md
docs/configuration.md
docs/configuration_en.md
docs/contributing.md
docs/contributing_en.md
docs/deployment-guide.md
docs/deployment-guide_en.md
docs/development-roadmap.md
docs/development-roadmap_en.md
docs/development.md
docs/development_en.md
docs/installation-solution.md
docs/quickstart.md
docs/quickstart_en.md
scripts/check_docs_language_links.py
scripts/configure.sh
scripts/quick_setup.py
scripts/run_tests.py
scripts/smart_update.py
scripts/test.sh
scripts/test_installation_system.py
scripts/unified_installer.py
src/claude_code_notifier.egg-info/PKG-INFO
src/claude_code_notifier.egg-info/SOURCES.txt
src/claude_code_notifier.egg-info/dependency_links.txt
src/claude_code_notifier.egg-info/entry_points.txt
src/claude_code_notifier.egg-info/not-zip-safe
src/claude_code_notifier.egg-info/requires.txt
src/claude_code_notifier.egg-info/top_level.txt
src/claude_notifier/__init__.py
src/claude_notifier/__version__.py
src/claude_notifier/channels/base.py
src/claude_notifier/channels/dingtalk.py
src/claude_notifier/channels/email.py
src/claude_notifier/channels/feishu.py
src/claude_notifier/channels/serverchan.py
src/claude_notifier/channels/telegram.py
src/claude_notifier/channels/wechat_work.py
src/claude_notifier/cli/main.py
src/claude_notifier/cli/uninstall.py
src/claude_notifier/cli/update.py
src/claude_notifier/cli/commands/__init__.py
src/claude_notifier/cli/commands/config.py
src/claude_notifier/cli/commands/core.py
src/claude_notifier/cli/commands/debug.py
src/claude_notifier/cli/commands/hooks.py
src/claude_notifier/core/config.py
src/claude_notifier/core/notifier.py
src/claude_notifier/core/channels/__init__.py
src/claude_notifier/core/channels/base.py
src/claude_notifier/core/channels/dingtalk.py
src/claude_notifier/core/channels/webhook.py
src/claude_notifier/events/base.py
src/claude_notifier/events/builtin.py
src/claude_notifier/events/custom.py
src/claude_notifier/hooks/__init__.py
src/claude_notifier/hooks/claude_hook.py
src/claude_notifier/hooks/installer.py
src/claude_notifier/intelligence/coordinator.py
src/claude_notifier/managers/__init__.py
src/claude_notifier/managers/event_manager.py
src/claude_notifier/monitoring/__init__.py
src/claude_notifier/monitoring/dashboard.py
src/claude_notifier/monitoring/health_check.py
src/claude_notifier/monitoring/performance.py
src/claude_notifier/monitoring/statistics.py
src/claude_notifier/templates/__init__.py
src/claude_notifier/templates/template_engine.py
src/claude_notifier/utils/__init__.py
src/claude_notifier/utils/cooldown_manager.py
src/claude_notifier/utils/helpers.py
src/claude_notifier/utils/message_grouper.py
src/claude_notifier/utils/notification_throttle.py
src/claude_notifier/utils/operation_gate.py
src/claude_notifier/utils/time_utils.py
src/utils/ccusage_integration.py
src/utils/cooldown_manager.py
src/utils/helpers.py
src/utils/message_grouper.py
src/utils/notification_throttle.py
src/utils/operation_gate.py
src/utils/statistics.py
src/utils/time_utils.py
tests/conftest.py
tests/run_all_tests.py
tests/test_basic_units.py
tests/test_cli.py
tests/test_comprehensive.py
tests/test_events.py
tests/test_integration_flows.py
tests/test_intelligence.py
tests/test_monitoring.py
tests/test_performance_benchmarks.py
tests/test_system_validation.py