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_http.py
src/synapse_channel/a2a_push.py
src/synapse_channel/a2a_server.py
src/synapse_channel/a2a_store.py
src/synapse_channel/a2a_validation.py
src/synapse_channel/ack.py
src/synapse_channel/cli.py
src/synapse_channel/cli_a2a.py
src/synapse_channel/cli_a2a_card.py
src/synapse_channel/cli_a2a_parsers.py
src/synapse_channel/cli_a2a_serve.py
src/synapse_channel/cli_a2a_types.py
src/synapse_channel/cli_arm.py
src/synapse_channel/cli_codex_tmux.py
src/synapse_channel/cli_demo.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_messaging_listen.py
src/synapse_channel/cli_messaging_parsers.py
src/synapse_channel/cli_messaging_send.py
src/synapse_channel/cli_messaging_types.py
src/synapse_channel/cli_messaging_wait.py
src/synapse_channel/cli_new.py
src/synapse_channel/cli_processes.py
src/synapse_channel/cli_processes_hub.py
src/synapse_channel/cli_processes_parsers.py
src/synapse_channel/cli_processes_runtime.py
src/synapse_channel/cli_processes_supervisor.py
src/synapse_channel/cli_processes_team.py
src/synapse_channel/cli_processes_worker.py
src/synapse_channel/cli_queries.py
src/synapse_channel/cli_query_commands.py
src/synapse_channel/cli_query_parsers.py
src/synapse_channel/cli_query_rendering.py
src/synapse_channel/cli_query_transport.py
src/synapse_channel/cli_quickstart_coding.py
src/synapse_channel/cli_services.py
src/synapse_channel/cli_shell.py
src/synapse_channel/cli_streams.py
src/synapse_channel/cli_tasks.py
src/synapse_channel/codex_tmux.py
src/synapse_channel/coding_fleet.py
src/synapse_channel/coding_fleet_template.py
src/synapse_channel/commit.py
src/synapse_channel/demo.py
src/synapse_channel/ergonomics.py
src/synapse_channel/locks.py
src/synapse_channel/py.typed
src/synapse_channel/quickstart_coding.py
src/synapse_channel/reap.py
src/synapse_channel/relay.py
src/synapse_channel/service_setup.py
src/synapse_channel/shell_integration.py
src/synapse_channel/update_check.py
src/synapse_channel/worker_session.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/agent_dispatch.py
src/synapse_channel/client/agent_lifecycle.py
src/synapse_channel/client/agent_outbound.py
src/synapse_channel/client/agent_outbound_base.py
src/synapse_channel/client/agent_outbound_capability.py
src/synapse_channel/client/agent_outbound_ledger.py
src/synapse_channel/client/agent_outbound_memory.py
src/synapse_channel/client/agent_outbound_tasks.py
src/synapse_channel/client/agent_outbound_types.py
src/synapse_channel/client/agent_queries.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/finding_coercion.py
src/synapse_channel/core/finding_records.py
src/synapse_channel/core/finding_schema.py
src/synapse_channel/core/hub.py
src/synapse_channel/core/hub_clients.py
src/synapse_channel/core/hub_exposure.py
src/synapse_channel/core/hub_http.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/state_leases.py
src/synapse_channel/core/state_models.py
src/synapse_channel/core/state_resources.py
src/synapse_channel/core/state_scopes.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/bridge.py
src/synapse_channel/mcp/registration.py
src/synapse_channel/mcp/server.py
src/synapse_channel/mcp/stdio.py
tests/test_a2a.py
tests/test_a2a_concurrency.py
tests/test_a2a_events.py
tests/test_a2a_load_soak.py
tests/test_a2a_module_coverage_ratchet.py
tests/test_a2a_security.py
tests/test_a2a_server_correlation.py
tests/test_a2a_server_edges.py
tests/test_a2a_server_jsonrpc_validation.py
tests/test_a2a_server_lifecycle.py
tests/test_a2a_server_push.py
tests/test_a2a_server_routes.py
tests/test_a2a_store.py
tests/test_a2a_store_persistence.py
tests/test_a2a_validation.py
tests/test_ack.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_a2a_refactor_structure.py
tests/test_cli_codex_tmux.py
tests/test_cli_doctor.py
tests/test_cli_git.py
tests/test_cli_locking_lock.py
tests/test_cli_locking_release.py
tests/test_cli_mcp.py
tests/test_cli_messaging_arm.py
tests/test_cli_messaging_listen.py
tests/test_cli_messaging_parser.py
tests/test_cli_messaging_refactor_structure.py
tests/test_cli_messaging_send.py
tests/test_cli_messaging_wait.py
tests/test_cli_processes_dispatch.py
tests/test_cli_processes_hub.py
tests/test_cli_processes_parser.py
tests/test_cli_processes_refactor_structure.py
tests/test_cli_processes_team_supervisor.py
tests/test_cli_processes_worker.py
tests/test_cli_queries_board.py
tests/test_cli_queries_health.py
tests/test_cli_queries_manifest.py
tests/test_cli_queries_parser.py
tests/test_cli_queries_refactor_structure.py
tests/test_cli_queries_state.py
tests/test_cli_queries_who.py
tests/test_cli_streams_compact.py
tests/test_cli_streams_ingest.py
tests/test_cli_streams_relay.py
tests/test_cli_tasks.py
tests/test_client_ledger_envelopes.py
tests/test_client_lifecycle.py
tests/test_client_outbound_refactor_structure.py
tests/test_client_refactor_structure.py
tests/test_client_registration.py
tests/test_client_runtime.py
tests/test_client_send_envelopes.py
tests/test_client_task_envelopes.py
tests/test_codex_tmux.py
tests/test_coding_fleet_template.py
tests/test_commit.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_finding_refactor_structure.py
tests/test_first_60_second_experience.py
tests/test_gitclaim_resolution.py
tests/test_gitclaim_runner.py
tests/test_gitclaim_runtime.py
tests/test_gitconflict.py
tests/test_githook_changed_files.py
tests/test_githook_install.py
tests/test_githook_paths.py
tests/test_githook_release.py
tests/test_gitinit.py
tests/test_hub_board.py
tests/test_hub_claims.py
tests/test_hub_core_chat.py
tests/test_hub_core_claims.py
tests/test_hub_core_config.py
tests/test_hub_core_lifecycle.py
tests/test_hub_core_registration.py
tests/test_hub_core_resources.py
tests/test_hub_core_snapshots.py
tests/test_hub_persistence.py
tests/test_hub_relay_handoff.py
tests/test_hub_runtime_http.py
tests/test_hub_security.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_locks.py
tests/test_logging_setup.py
tests/test_mcp_refactor_structure.py
tests/test_mcp_server_bridge.py
tests/test_mcp_server_build.py
tests/test_mcp_server_mutations.py
tests/test_mcp_server_queries.py
tests/test_mcp_server_stdio.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_quickstart_coding.py
tests/test_ratelimit.py
tests/test_reap.py
tests/test_relay_codec.py
tests/test_relay_jsonl.py
tests/test_relay_normalize.py
tests/test_relay_offsets.py
tests/test_relay_trim.py
tests/test_routing.py
tests/test_scoping.py
tests/test_security_docs_accuracy.py
tests/test_service_setup.py
tests/test_shell_integration.py
tests/test_state_claims.py
tests/test_state_indexing_refactor.py
tests/test_state_lifecycle_handoff.py
tests/test_state_models.py
tests/test_state_properties.py
tests/test_state_quotas_leases.py
tests/test_state_resources_snapshot.py
tests/test_state_scope_epoch.py
tests/test_supervisor.py
tests/test_update_check.py
tests/test_worker_session.py