LICENSE
NOTICE.md
README.md
pyproject.toml
src/synapse_channel/__init__.py
src/synapse_channel/a2a.py
src/synapse_channel/a2a_events.py
src/synapse_channel/a2a_server.py
src/synapse_channel/a2a_store.py
src/synapse_channel/a2a_validation.py
src/synapse_channel/cli.py
src/synapse_channel/cli_a2a.py
src/synapse_channel/cli_doctor.py
src/synapse_channel/cli_git.py
src/synapse_channel/cli_locking.py
src/synapse_channel/cli_mcp.py
src/synapse_channel/cli_messaging.py
src/synapse_channel/cli_processes.py
src/synapse_channel/cli_queries.py
src/synapse_channel/cli_streams.py
src/synapse_channel/cli_tasks.py
src/synapse_channel/ergonomics.py
src/synapse_channel/py.typed
src/synapse_channel/relay.py
src/synapse_channel/update_check.py
src/synapse_channel.egg-info/PKG-INFO
src/synapse_channel.egg-info/SOURCES.txt
src/synapse_channel.egg-info/dependency_links.txt
src/synapse_channel.egg-info/entry_points.txt
src/synapse_channel.egg-info/requires.txt
src/synapse_channel.egg-info/top_level.txt
src/synapse_channel/client/__init__.py
src/synapse_channel/client/agent.py
src/synapse_channel/client/chat_backends.py
src/synapse_channel/client/diagnostics.py
src/synapse_channel/client/launcher.py
src/synapse_channel/client/llm_worker.py
src/synapse_channel/client/routing.py
src/synapse_channel/client/supervisor.py
src/synapse_channel/core/__init__.py
src/synapse_channel/core/auth.py
src/synapse_channel/core/capability.py
src/synapse_channel/core/compaction.py
src/synapse_channel/core/deadlock.py
src/synapse_channel/core/emit_gate.py
src/synapse_channel/core/finding.py
src/synapse_channel/core/hub.py
src/synapse_channel/core/idempotency.py
src/synapse_channel/core/journal.py
src/synapse_channel/core/ledger.py
src/synapse_channel/core/lifecycle.py
src/synapse_channel/core/logging_setup.py
src/synapse_channel/core/metrics.py
src/synapse_channel/core/persistence.py
src/synapse_channel/core/protocol.py
src/synapse_channel/core/ratelimit.py
src/synapse_channel/core/scoping.py
src/synapse_channel/core/state.py
src/synapse_channel/core/handlers/__init__.py
src/synapse_channel/core/handlers/leasing.py
src/synapse_channel/core/handlers/memory.py
src/synapse_channel/core/handlers/messaging.py
src/synapse_channel/core/handlers/offerings.py
src/synapse_channel/core/handlers/planning.py
src/synapse_channel/core/handlers/snapshots.py
src/synapse_channel/git/__init__.py
src/synapse_channel/git/gitclaim.py
src/synapse_channel/git/gitconflict.py
src/synapse_channel/git/githook.py
src/synapse_channel/git/gitinit.py
src/synapse_channel/mcp/__init__.py
src/synapse_channel/mcp/server.py
tests/test_a2a.py
tests/test_a2a_events.py
tests/test_a2a_server.py
tests/test_a2a_store.py
tests/test_a2a_validation.py
tests/test_auth.py
tests/test_benchmark.py
tests/test_capability.py
tests/test_capability_manifest.py
tests/test_chat_backends.py
tests/test_check_version_sync.py
tests/test_cli.py
tests/test_cli_a2a.py
tests/test_cli_doctor.py
tests/test_cli_git.py
tests/test_cli_locking.py
tests/test_cli_mcp.py
tests/test_cli_messaging.py
tests/test_cli_processes.py
tests/test_cli_queries.py
tests/test_cli_streams.py
tests/test_cli_tasks.py
tests/test_client.py
tests/test_compaction.py
tests/test_deadlock.py
tests/test_diagnostics.py
tests/test_emit_gate.py
tests/test_ergonomics.py
tests/test_examples.py
tests/test_finding.py
tests/test_gitclaim.py
tests/test_gitconflict.py
tests/test_githook.py
tests/test_gitinit.py
tests/test_hub.py
tests/test_idempotency.py
tests/test_integration.py
tests/test_journal.py
tests/test_launcher.py
tests/test_ledger.py
tests/test_lifecycle.py
tests/test_llm_worker.py
tests/test_logging_setup.py
tests/test_mcp_server.py
tests/test_memory.py
tests/test_metrics.py
tests/test_persistence.py
tests/test_protocol.py
tests/test_public_api.py
tests/test_pypi_downloads.py
tests/test_ratelimit.py
tests/test_relay.py
tests/test_routing.py
tests/test_scoping.py
tests/test_state.py
tests/test_state_properties.py
tests/test_supervisor.py
tests/test_update_check.py