Skip to content

v0.7.6 — live-enable publish_committed_branch/github broker verb

Choose a tag to compare

@ViperJuice ViperJuice released this 13 Jul 09:32
· 970 commits to main since this release
v0.7.6
a180958

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.