Skip to content

Releases: bks-lab/open-bridge

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 06:46
1ed2cef

What's Changed

  • chore(governance): add @avondiel-dev as second default code owner by @mboiman in #67
  • feat(skills): meeting-transcription — reference implementation of the worker contract by @mboiman in #68

Full Changelog: v0.6.0...v0.7.0

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 05:31
a24e4ae

What's Changed

  • docs(pages): Use Cases & Solutions hub (overlay = flagship) by @mboiman in #64
  • docs(pages): private-origin onboarding fix + Pages consistency pass by @mboiman in #65
  • feat(debrief): bring-your-own transcription worker contract + fail-soft path by @mboiman in #66

Full Changelog: v0.5.0...v0.6.0

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 05:46
0523c9d

What's Changed

  • feat(overlay): Org Overlays — subscribe to org config by git URL (downstream inverse of /promote) by @mboiman in #60

Full Changelog: v0.4.1...v0.5.0

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 26 Jun 21:40
d722c23

What's Changed

  • fix(onboard): close the two P2 fail-open gaps from the #57 review (push-guard offline + scanner consent) by @mboiman in #59

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 20:40
0d43bd4

What's Changed

  • chore(demo): genericise customer-specific names in the landing demo by @mboiman in #58
  • feat(onboard): first-run hardening — mirror-safety (P0 fix), scope consent, goal clarity (#51) by @mboiman in #57

Full Changelog: v0.3.1...v0.4.0

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 24 Jun 09:34
719e0d0

What's Changed

  • ci: release-PR CI via GitHub App token + DCO exemption for release branch by @mboiman in #38
  • ci: stop flagging 0.x releases as pre-release (newest = Latest) by @mboiman in #39
  • fix(bridge-onboard): generic capability detection, drop memory-scan from onboarding by @mboiman in #40
  • ci: fully automatic releases (drop release-please, tag+release on merge) by @mboiman in #42

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 07:26
ea9fb93

0.3.0 (2026-06-24)

Added

  • populate the agency example's work board (#33) (4f85de8)

Documentation

  • add Demo to nav on explore + concepts pages (#34) (968035f)
  • animated live-session demo (4 scenes) (#31) (e269681)
  • animated session GIF as the README hero (#35) (bfc5941)
  • close doc-index drift (standing-orders table, docs/README, agency example) (ef43d62)
  • community: SUPPORT.md, issue-template config, OG/social preview (69abb68)
  • fix audit findings — dead command, drift, English-only, frontmatter (8692aaf)
  • fix second-pass audit findings — anchors, private link, shipped-vs-documented, /onboard (913d56f)
  • landing: add "a day with it" use-cases + what-is-a-bridge / multi-bridge (5b75469)
  • landing: benefit-led copy overhaul + knowledge-constellation hero (fcd580d)
  • landing: drop the duplicate static constellation (lives on Explore now) (1a1bb4e)
  • landing: elevate landing page + fully-English README (8fe398e)
  • landing: simpler hero net + full constellation in substrate (0d619ed)
  • landing: sticky in-page nav + remove all German terms + onboarding-does-setup + condense (9d3d211)
  • link the live demo from the landing page (#32) (b502d8b)
  • pages: serve the landing page via GitHub Pages (36fdfa3)
  • site: mini-site — Explore constellation + Concepts deep-dive + shared nav (6aac5ed)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 14:51

First public-preview release of open-bridge, the open-source layer of the
two-pole Bridge setup (open-bridge ↔ your private Bridge, with an optional
org overlay).

  • Cluster-wrapper layout (identity/, infra/, workflow/) with
    default-to-folder per config type.
  • Agent-agnostic skill discovery (.claude/skills, .agents/skills,
    .github/skills) — Claude Code, Codex, Gemini CLI, Copilot CLI, Cursor.
  • Work system (board, log, STATUS), protocols, named sub-agents, themes,
    project registry, onboarding wizard.
  • OSS governance stack: MIT License (code and content), DCO, trademark
    policy, security policy, code of conduct.
  • Removed the legacy crew-role taxonomy (eight fixed roles as
    crew_roles in protocols, agents.default_roles in bridge-config,
    role vocabularies in themes). Protocols now declare agents: — a
    list of concrete sub-agent names with a general-purpose fallback;
    themes map user-facing labels only.
  • Removed the unused situational-protocol/alert dispatch layer
    (standing orders remain): the ten example protocols in protocols/,
    protocols/_templates/, the bridge-alert and bridge-mission
    skills, docs/protocol-catalog.md, docs/orchestrator.md,
    docs/observe-protocol.md, the work/active-protocol.yaml
    mechanic, and the alerts: vocabulary block in themes. Standing
    orders, the work system, briefing/debrief/archive, and the
    calendar/mandants/channels/remotes surfaces are the core narrative.

Added

  • bridge-contribute skill — dedicated /contribute entry point for the
    community: scans your branch, enforces the mandatory two-layer
    content-safety gate, and opens a fork-based PR back to
    bks-lab/open-bridge (split out of bridge-promote).
  • work/templates/week-summary.md — the weekly-summary template /archive
    builds from now ships.
  • work/_learning/_schema.proposal.yaml — proposal frontmatter schema
    (mirrors the producer schema in task-close-postmortem).
  • Example instances for every config type: examples/agency/ gained
    identity/accounts/cloud-provider.yaml and infra/backups/topology.yaml;
    rules/file-creation.md peer-example column now points only at files
    that ship.
  • Top-level imports/ drop-zone ships (.gitkeep), matching .gitignore
    and docs/structure.md.

Changed

  • README: directory structure now matches the shipped tree (scripts/,
    bin/, root policy files, real work/ contents), skill tree updated.
  • bridge-promote is now strictly commit-level; file-level contribution
    flow moved to bridge-contribute.
  • Documentation truth pass: docs no longer reference files that are not
    shipped. Visualization HTML variants are documented as rendered on
    demand (not committed); build-constellation.py now explains the
    missing-render case instead of crashing; the calendar fire-loop and
    Bridge-Deck integrations are consistently framed as optional companion
    features (not yet public); bridge-audit's agent-identity check matches
    the templates-only shipping design; briefing's backup-health step works
    from topology.yaml/_state.yaml directly; rename-registry and
    leak-check vocabulary entries repaired and pruned to shipped paths.
  • Genericization pass: internal roadmap dates, personal device/channel
    names, and a personal job-application pipeline removed from shipped docs
    and example lists; placeholder examples (lab-device, news-digest,
    router, network-reconcile) used instead.

Removed

  • Documentation reduction pass (fewer docs over more docs): deleted the
    pointer-only docs/promote-rules.md (rules live in rules/operations.md
    • rules/promote-safety.md), docs/work-system.md (CLAUDE.md § Work
      System is the source of truth), DESIGN-md-guide.md (condensed into
      DESIGN.md § Maintaining this file), and two unreferenced HTML templates.
      docs/bridge-deck.md reduced to a coming-soon stub; docs/remotes.md and
      docs/channels.md trimmed to concept + pointers (schemas/workflows live
      in templates and skills); experimental v3 UI narrative removed from the
      bridge-explorer reference.
  • cloudflare-ops skill (provider tooling without Bridge relevance).
  • playwright-fanout skill (generic test tool without Bridge relevance).
  • All bridge-deck references in the README (the renderer repo is not yet
    public — internal docs keep a "coming soon" note).

Early and evolving — no stability guarantees yet. Pin a release tag for
reproducibility.