README.md
pyproject.toml
src/copaw_worker/__init__.py
src/copaw_worker/bridge.py
src/copaw_worker/cli.py
src/copaw_worker/config.py
src/copaw_worker/health.py
src/copaw_worker/sync.py
src/copaw_worker/task.py
src/copaw_worker/worker.py
src/copaw_worker/worker_api.py
src/copaw_worker.egg-info/PKG-INFO
src/copaw_worker.egg-info/SOURCES.txt
src/copaw_worker.egg-info/dependency_links.txt
src/copaw_worker.egg-info/entry_points.txt
src/copaw_worker.egg-info/requires.txt
src/copaw_worker.egg-info/top_level.txt
src/copaw_worker/hooks/__init__.py
src/copaw_worker/hooks/credential_guard.py
src/copaw_worker/hooks/message_filter.py
src/copaw_worker/hooks/output_sanitizer.py
src/copaw_worker/hooks/tools/__init__.py
src/copaw_worker/hooks/tools/filesync.py
src/copaw_worker/hooks/tools/message.py
src/copaw_worker/hooks/tools/projectflow.py
src/copaw_worker/hooks/tools/taskflow.py
src/copaw_worker/templates/agent.manager.json
src/copaw_worker/templates/agent.worker.json
src/copaw_worker/templates/config.json
src/matrix/__init__.py
src/matrix/channel.py
src/matrix/config.py
tests/test_bridge.py
tests/test_channel_mention.py
tests/test_filesync_tool.py
tests/test_health.py
tests/test_message_tool.py
tests/test_sync.py
tests/test_taskflow_tool.py
tests/test_worker_api.py
tests/test_worker_health.py
tests/test_worker_sync.py