CHANGELOG.md
.github/CONTRIBUTING.md
.gitignore
installers/launchd/dev.waitbus.broadcast.plist
installers/launchd/dev.waitbus.etag-poll.plist
installers/launchd/dev.waitbus.listener.plist
installers/launchd/dev.waitbus.watchdog.plist
installers/launchd/MANIFEST.txt
LICENSE
NOTICE
PKG-INFO
pyproject.toml
README.md
SECURITY.md
SKILL.md
systemd/MANIFEST.txt
systemd/waitbus-broadcast.service
systemd/waitbus-broadcast.socket
systemd/waitbus-common.conf
systemd/waitbus-etag-poll.service
systemd/waitbus-etag-poll.timer
systemd/waitbus-forward@.service
systemd/waitbus-listener.service
systemd/waitbus-watchdog.service
systemd/waitbus-watchdog.timer
tests/_agent_harness.py
tests/conftest.py
tests/_daemon_helpers.py
tests/data/expected_mcp_frame.json
tests/data/expected-sdist-manifest.txt
tests/data/mcp_wire_baseline.jsonl
tests/data/mcp_wire_spec_reference.jsonl
tests/data/webhook_fixtures/commit_message_emoji.json
tests/data/webhook_fixtures/delete_branch.json
tests/data/webhook_fixtures/issues_opened_with_secret_pattern.json
tests/data/webhook_fixtures/pull_request_body_unicode_control.json
tests/data/webhook_fixtures/pull_request_review_with_pii_email.json
tests/data/webhook_fixtures/push_with_large_deletion.json
tests/data/webhook_fixtures/README.md
tests/data/webhook_fixtures/release_published.json
tests/data/webhook_fixtures/workflow_job_completed_failure.json
tests/data/webhook_fixtures/workflow_run_action_requested_conclusion_null.json
tests/data/webhook_fixtures/workflow_run_missing_head_commit.json
tests/_subscriber_harness.py
tests/test_addressed_messaging.py
tests/test_agent_integration_langgraph.py
tests/test_agent_integration_pydantic_ai.py
tests/test_artifact_hygiene.py
tests/test_attestation.py
tests/test_await_predicate_characterization.py
tests/test_bench_helper_adoption.py
tests/test_broadcast_exception_mapping.py
tests/test_broadcast.py
tests/test_broadcast_robustness.py
tests/test_broadcast_sub.py
tests/test_cli_allowlist.py
tests/test_cli_completion.py
tests/test_cli_demo_decoders.py
tests/test_cli_demo.py
tests/test_cli_emit.py
tests/test_cli_on.py
tests/test_cli.py
tests/test_cli_serve.py
tests/test_cli_sources.py
tests/test_cli_stats.py
tests/test_cli_subcommands.py
tests/test_cli_swarm_demo.py
tests/test_cli_top.py
tests/test_cli_version.py
tests/test_cli_wait.py
tests/test_cloudevents.py
tests/test_coalesce_collapse_property.py
tests/test_coalesce.py
tests/test_columns.py
tests/test_complexity_table.py
tests/test_compose_clauses.py
tests/test_config_construction.py
tests/test_config.py
tests/test_config_validate.py
tests/test_consumer_api_anchors.py
tests/test_custom_sources.py
tests/test_daemon_plugin_wireup.py
tests/test_daemon_spawner_watch.py
tests/test_db_prune.py
tests/test_db.py
tests/test_docker_watch_live.py
tests/test_doorbell.py
tests/test_e2e_scenarios.py
tests/test_emit_batch_property.py
tests/test_emit.py
tests/test_emitter_examples.py
tests/test_emitter_recipes.py
tests/test_emitter_snippet.py
tests/test_etag_poll.py
tests/test_events_analyze.py
tests/test_events_query.py
tests/test_execstack_mdwe.py
tests/test_frame_catalogue_consistency.py
tests/test_frame.py
tests/test_fs_watch_live.py
tests/test_grafana_dashboard.py
tests/test_hero_swarm_e2e.py
tests/test_http_base.py
tests/test_init_migration.py
tests/test_init_pyi_drift.py
tests/test_install_launchd.py
tests/test_install.py
tests/test_listener.py
tests/test_listener_secret_loaders.py
tests/test_listener_threading.py
tests/test_log.py
tests/test_mcp_coverage.py
tests/test_mcp_e2e.py
tests/test_mcp_event_payload_cap.py
tests/test_mcp.py
tests/test_mcp_session_state.py
tests/test_mcp_surface.py
tests/test_mcp_tail_events_async.py
tests/test_mcp_wire_e2e.py
tests/test_metrics_call_sites.py
tests/test_metrics_endpoint.py
tests/test_metrics.py
tests/test_metrics_snapshot.py
tests/test_migrations.py
tests/test_multilingual_snippets.py
tests/test_no_bun_residue.py
tests/test_open_conn_pragmas.py
tests/test_paths.py
tests/test_peercred.py
tests/test_plugin_config.py
tests/test_predicate_property.py
tests/test_predicate.py
tests/test_pr_monitor.py
tests/test_pr_monitor_tick.py
tests/test_property_frame.py
tests/test_property_ulid.py
tests/test_property_validators.py
tests/test_protocols.py
tests/test_read_events_coverage.py
tests/test_read_events_watch.py
tests/test_replay_drain_and_print.py
tests/test_sdist_manifest.py
tests/test_secrets.py
tests/test_serve_e2e.py
tests/test_serve_unit.py
tests/test_skill_md.py
tests/test_sourcespec_local_boundary.py
tests/test_sourcespec_validation_property.py
tests/test_sources.py
tests/test_stats.py
tests/test_status_subcommand.py
tests/test_subscribe_envelope_hygiene.py
tests/test_subscribe_local_boundary.py
tests/test_subscriber_snippet.py
tests/test_subscribe_sdk_compose.py
tests/test_subscribe_sdk.py
tests/test_systemd_units.py
tests/test_terminal_classifier.py
tests/test_types.py
tests/test_ulid.py
tests/test_untrusted.py
tests/test_verify_plugin.py
tests/test_waitbus_wait_compose.py
tests/test_waitbus_wait.py
tests/test_waitbus_wait_universal.py
tests/test_wait_for_race_immunity.py
tests/test_watchdog_check.py
tests/test_webhook_fixtures_redactor.py
tests/test_webhook_fixtures_wire_conformance.py
tests/test_wire_v1_conformance.py
tests/_webhook_redactor.py
tests/_wire_helpers.py
waitbus/broadcast.py
waitbus/_broadcast_sub.py
waitbus/broadcast_tap.py
waitbus/cli/allowlist.py
waitbus/cli/daemons/broadcast.py
waitbus/cli/daemons/etag_poll.py
waitbus/cli/daemons/__init__.py
waitbus/cli/daemons/listener.py
waitbus/cli/daemons/mcp.py
waitbus/cli/daemons/pr_monitor.py
waitbus/cli/daemons/read_events.py
waitbus/cli/daemons/watchdog_check.py
waitbus/cli/db/__init__.py
waitbus/cli/db/migrate.py
waitbus/cli/db/prune.py
waitbus/cli/demo.py
waitbus/cli/doctor.py
waitbus/cli/emit.py
waitbus/cli/_exit_codes.py
waitbus/cli/__init__.py
waitbus/cli/init.py
waitbus/cli/install/credentials.py
waitbus/cli/install/__init__.py
waitbus/cli/install/launchd.py
waitbus/cli/install/systemd.py
waitbus/cli/main.py
waitbus/cli/on.py
waitbus/cli/query/events.py
waitbus/cli/query/__init__.py
waitbus/cli/replay.py
waitbus/cli/serve.py
waitbus/cli/_shared.py
waitbus/cli/sources.py
waitbus/cli/stats.py
waitbus/cli/status.py
waitbus/cli/stress.py
waitbus/cli/swarm_demo.py
waitbus/cli/top.py
waitbus/cli/verify_plugin.py
waitbus/cli/wait.py
waitbus/_cloudevents.py
waitbus/coalesce.py
waitbus/_columns.py
waitbus/_compose.py
waitbus/_config.py
waitbus/config_validate.py
waitbus/_db.py
waitbus/_doorbell.py
waitbus/_duration.py
waitbus/_emit.py
waitbus/etag_poll.py
waitbus/events_analyze.py
waitbus/events_query.py
waitbus/_frame.py
waitbus/_http.py
waitbus/__init__.py
waitbus/__init__.pyi
waitbus/listener.py
waitbus/_log.py
waitbus/_mcp_constants.py
waitbus/_mcp_models.py
waitbus/mcp.py
waitbus/_mcp_subscriptions.py
waitbus/_messaging.py
waitbus/_metrics_http.py
waitbus/_metrics.py
waitbus/migrations/0001_initial_schema.sql
waitbus/migrations/0002_add_daemon_sequence.sql
waitbus/migrations/__init__.py
waitbus/on.py
waitbus/_paths.py
waitbus/_peercred.py
waitbus/_predicate.py
waitbus/pr_monitor.py
waitbus/_protocols.py
waitbus/py.typed
waitbus/read_events.py
waitbus/replay.py
waitbus/schema.sql
waitbus/_sdnotify.py
waitbus/_secrets.py
waitbus/sources/_attestation.py
waitbus/sources/_config.py
waitbus/sources/docker_watch.py
waitbus/sources/fs_watch.py
waitbus/sources/__init__.py
waitbus/sources/_protocol.py
waitbus/sources/pytest_emit.py
waitbus/sources/_registry.py
waitbus/stats.py
waitbus/_subscribe.py
waitbus/_terminal.py
waitbus/top.py
waitbus/_types.py
waitbus/_ulid.py
waitbus/_untrusted.py
waitbus/_version.py
waitbus/wait.py
waitbus/watchdog_check.py
