You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Convergence
Enable live publish_committed_branch/github verb (broker-mediated,
exact-head-verified, fail-closed); other verbs remain gated. Flip the single publish_committed_branch/github provider contract to SUPPORTED
(convergence/provider_contracts.py) and add an opt-in convergence.broker.build_github_broker_client(repo_path, *, broker_root, run=…)
helper that wires LinearizableAdmissionStore + BrokerEvidenceStore + GitHubBrokerAdapter + BrokerService for a broker-authoritative CoordinatorRuntime. Every other verb×provider (merge, release, package,
publish, and all non-github providers) stays HUMAN_EXECUTED and is refused
before start; legacy trains (no coordinator runtime) publish unchanged.