README.md
pyproject.toml
src/backend.py
src/cli.py
src/json_utils.py
src/notify_hook.py
src/paths.py
src/self_update.py
src/tls.py
src/version.py
src/agents/__init__.py
src/agents/base.py
src/agents/claude.py
src/agents/codex.py
src/agents/common.py
src/agents/registry.py
src/notify/__init__.py
src/notify/base.py
src/notify/config.py
src/notify/discord.py
src/notify/exceptions.py
src/notify/http.py
src/notify/models.py
src/notify/payload.py
src/notify/registry.py
src/notify/service.py
src/notify/telegram.py
src/notify/tmux_bridge.py
src/tmux_orche.egg-info/PKG-INFO
src/tmux_orche.egg-info/SOURCES.txt
src/tmux_orche.egg-info/dependency_links.txt
src/tmux_orche.egg-info/entry_points.txt
src/tmux_orche.egg-info/requires.txt
src/tmux_orche.egg-info/top_level.txt
tests/test_agents.py
tests/test_backend_notify_home.py
tests/test_backend_notify_lock.py
tests/test_backend_watchdog.py
tests/test_cli_history_and_config.py
tests/test_cli_update.py
tests/test_notify_cli_integration.py
tests/test_notify_config.py
tests/test_notify_discord.py
tests/test_notify_e2e.py
tests/test_notify_http.py
tests/test_notify_payload.py
tests/test_notify_registry.py
tests/test_notify_service.py
tests/test_notify_telegram.py
tests/test_notify_tmux_bridge.py
tests/test_self_update.py
tests/test_session_collaboration_e2e.py
tests/test_tls.py