.gitignore
.gitkeep
LICENSE
README.md
pyproject.toml
setup.py
startup.sh
.github/workflows/pull-request-checks.yml
.github/workflows/python-publish.yml
.github/workflows/testpypi-publish.yml
src/coding_agent_telegram/__init__.py
src/coding_agent_telegram/__main__.py
src/coding_agent_telegram/agent_runner.py
src/coding_agent_telegram/bot.py
src/coding_agent_telegram/cli.py
src/coding_agent_telegram/command_router.py
src/coding_agent_telegram/config.py
src/coding_agent_telegram/diff_utils.py
src/coding_agent_telegram/filters.py
src/coding_agent_telegram/git_utils.py
src/coding_agent_telegram/logging_utils.py
src/coding_agent_telegram/session_runtime.py
src/coding_agent_telegram/session_store.py
src/coding_agent_telegram/telegram_sender.py
src/coding_agent_telegram.egg-info/PKG-INFO
src/coding_agent_telegram.egg-info/SOURCES.txt
src/coding_agent_telegram.egg-info/dependency_links.txt
src/coding_agent_telegram.egg-info/entry_points.txt
src/coding_agent_telegram.egg-info/requires.txt
src/coding_agent_telegram.egg-info/top_level.txt
src/coding_agent_telegram/resources/.env.example
src/coding_agent_telegram/resources/sensitive_path_globs.txt
src/coding_agent_telegram/resources/snapshot_excluded_dir_globs.txt
src/coding_agent_telegram/resources/snapshot_excluded_dir_names.txt
src/coding_agent_telegram/resources/snapshot_excluded_file_globs.txt
src/coding_agent_telegram/router/__init__.py
src/coding_agent_telegram/router/base.py
src/coding_agent_telegram/router/git_commands.py
src/coding_agent_telegram/router/message_commands.py
src/coding_agent_telegram/router/project_commands.py
src/coding_agent_telegram/router/session_commands.py
tests/conftest.py
tests/test_agent_runner.py
tests/test_agent_runner_stall.py
tests/test_command_router.py
tests/test_config.py
tests/test_diff_chunking.py
tests/test_filters.py
tests/test_git_utils.py
tests/test_project_validation.py
tests/test_session_runtime_diff_merge.py
tests/test_session_store.py
tests/test_telegram_sender.py