LICENSE
README.md
pyproject.toml
peerhub/__init__.py
peerhub/cli.py
peerhub/client.py
peerhub/runtime.py
peerhub.egg-info/PKG-INFO
peerhub.egg-info/SOURCES.txt
peerhub.egg-info/dependency_links.txt
peerhub.egg-info/entry_points.txt
peerhub.egg-info/requires.txt
peerhub.egg-info/top_level.txt
peerhub/adapters/__init__.py
peerhub/adapters/agy_adapter.py
peerhub/adapters/claude_adapter.py
peerhub/adapters/codex_adapter.py
peerhub/adapters/contract.py
peerhub/adapters/discovery.py
peerhub/adapters/registry.py
peerhub/application/__init__.py
peerhub/application/alert_raise.py
peerhub/application/api.py
peerhub/application/arbiter_review.py
peerhub/application/bootstrap.py
peerhub/application/broadcast.py
peerhub/application/broker_status.py
peerhub/application/capability_config.py
peerhub/application/capability_matching.py
peerhub/application/commands.py
peerhub/application/direct_ask.py
peerhub/application/health_revalidation.py
peerhub/application/leadership.py
peerhub/application/lease_status.py
peerhub/application/legacy.py
peerhub/application/lesson_broadcast.py
peerhub/application/lesson_inject.py
peerhub/application/model_config.py
peerhub/application/peer_registry.py
peerhub/application/process_lease_sweep.py
peerhub/application/proposals.py
peerhub/application/quarantine_review.py
peerhub/application/retry.py
peerhub/application/role_assignment.py
peerhub/application/room_broadcast.py
peerhub/application/session_saga.py
peerhub/application/status.py
peerhub/application/thread_new.py
peerhub/application/workflows.py
peerhub/builtins/__init__.py
peerhub/builtins/fake_adapter.py
peerhub/config_data/__init__.py
peerhub/config_data/model-defaults.toml
peerhub/core/__init__.py
peerhub/core/binary_resolution.py
peerhub/core/context.py
peerhub/core/errors.py
peerhub/core/evidence.py
peerhub/core/execution.py
peerhub/core/identity.py
peerhub/core/ports.py
peerhub/core/protocol.py
peerhub/dispatch/__init__.py
peerhub/dispatch/admission.py
peerhub/dispatch/artifact_coordination.py
peerhub/dispatch/artifacts.py
peerhub/dispatch/attempt_lifecycle.py
peerhub/dispatch/capability.py
peerhub/dispatch/capability_policy.py
peerhub/dispatch/completion.py
peerhub/dispatch/contract.py
peerhub/dispatch/duty_lease.py
peerhub/dispatch/heartbeat.py
peerhub/dispatch/helpers.py
peerhub/dispatch/materializer.py
peerhub/dispatch/model.py
peerhub/dispatch/pipe.py
peerhub/dispatch/process.py
peerhub/dispatch/retry_authorization.py
peerhub/dispatch/room_session.py
peerhub/dispatch/service.py
peerhub/dispatch/session_lease.py
peerhub/dispatch/terminal_duty.py
peerhub/dispatch/tree_controller.py
peerhub/dispatch/unit_of_work.py
peerhub/events/contract.py
peerhub/governance/__init__.py
peerhub/governance/activity.py
peerhub/governance/artifact_records.py
peerhub/governance/broker.py
peerhub/governance/consensus.py
peerhub/governance/contract.py
peerhub/governance/directives.py
peerhub/governance/election_audit.py
peerhub/governance/feedback.py
peerhub/governance/file_locks.py
peerhub/governance/invariant_requests.py
peerhub/governance/lessons.py
peerhub/governance/mutations.py
peerhub/governance/operational_errors.py
peerhub/governance/rooms.py
peerhub/governance/tasks.py
peerhub/health/__init__.py
peerhub/health/contract.py
peerhub/health/model.py
peerhub/health/service.py
peerhub/persistence/__init__.py
peerhub/persistence/sqlite.py
peerhub/persistence/sqlite_dispatch.py
peerhub/persistence/sqlite_events.py
peerhub/persistence/sqlite_governance.py
peerhub/persistence/sqlite_health.py
peerhub/persistence/sqlite_helpers.py
peerhub/persistence/sqlite_routing.py
peerhub/persistence/sqlite_telemetry.py
peerhub/persistence/migrations/0001_phase1_kernel.sql
peerhub/persistence/migrations/0002_dispatch_session_lease.sql
peerhub/persistence/migrations/0003_command_request_attempt.sql
peerhub/persistence/migrations/0004_idempotency_aliases.sql
peerhub/persistence/migrations/0005_health_routing.sql
peerhub/persistence/migrations/0006_recovery_probe_single_flight.sql
peerhub/persistence/migrations/0007_health_projection_readiness_context.sql
peerhub/persistence/migrations/0008_dispatch_artifact_metadata.sql
peerhub/persistence/migrations/0009_session_binding_generations.sql
peerhub/persistence/migrations/0010_session_context_telemetry.sql
peerhub/persistence/migrations/0011_admission_snapshot_configuration_digest.sql
peerhub/persistence/migrations/0012_session_rotation_conversation_scope.sql
peerhub/persistence/migrations/0013_session_context_conversation_scope.sql
peerhub/persistence/migrations/0014_event_log_delivery_split.sql
peerhub/persistence/migrations/0015_effect_receipts_delivery_fk.sql
peerhub/persistence/migrations/0016_dispatch_artifact_manifests_event_log_fk.sql
peerhub/persistence/migrations/0017_drop_legacy_outbox.sql
peerhub/persistence/migrations/0018_capability_leases.sql
peerhub/persistence/migrations/0019_route_decision_capability_tier.sql
peerhub/persistence/migrations/0020_broadcast_correlation.sql
peerhub/persistence/migrations/0021_broadcast_leg_timeout_state.sql
peerhub/persistence/migrations/0022_retry_authority.sql
peerhub/persistence/migrations/0023_evidence_artifacts.sql
peerhub/persistence/migrations/0024_telemetry_quota_tracking.sql
peerhub/persistence/migrations/0025_governed_target_listing.sql
peerhub/persistence/migrations/0026_duty_leases.sql
peerhub/persistence/migrations/0027_duty_lease_recovery.sql
peerhub/persistence/migrations/0028_room_participation_sessions.sql
peerhub/persistence/migrations/0029_recovery_probe_grant_lifecycle.sql
peerhub/persistence/migrations/0030_administrative_recovery_budget.sql
peerhub/persistence/migrations/__init__.py
peerhub/routing/__init__.py
peerhub/routing/capability_matching.py
peerhub/routing/contract.py
peerhub/routing/model.py
peerhub/routing/service.py
peerhub/state/__init__.py
peerhub/state/contract.py
peerhub/telemetry/__init__.py
peerhub/telemetry/contract.py
peerhub/telemetry/domain_rows.py
peerhub/telemetry/presenter.py
peerhub/telemetry/projections.py
peerhub/telemetry/quota_polling.py
peerhub/telemetry/statusline.py
tests/test_event_dataclass_validation.py
tests/test_sqlite_events.py